Skip to content

Commit 725c449

Browse files
committed
Revert some changes in github workflow due to failing tests
1 parent d673b9b commit 725c449

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
all_core_13:
1717
name: "all core-13"
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-22.04
1919
strategy:
2020
# This prevents cancellation of matrix job runs, if one/two already failed and let the
2121
# rest of the matrix jobs be executed anyway.
@@ -25,7 +25,7 @@ jobs:
2525
minMax: [ 'composerInstall']
2626
steps:
2727
- name: "Checkout"
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v4
2929

3030
- name: "Composer"
3131
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s ${{ matrix.minMax }}

0 commit comments

Comments
 (0)