We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d673b9b commit 725c449Copy full SHA for 725c449
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
16
all_core_13:
17
name: "all core-13"
18
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
19
strategy:
20
# This prevents cancellation of matrix job runs, if one/two already failed and let the
21
# rest of the matrix jobs be executed anyway.
@@ -25,7 +25,7 @@ jobs:
25
minMax: [ 'composerInstall']
26
steps:
27
- name: "Checkout"
28
- uses: actions/checkout@v6
+ uses: actions/checkout@v4
29
30
- name: "Composer"
31
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -s ${{ matrix.minMax }}
0 commit comments