We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3ca64 commit 6d187b4Copy full SHA for 6d187b4
1 file changed
.github/workflows/test.yaml
@@ -10,14 +10,14 @@ jobs:
10
11
tests:
12
name: All tests
13
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
14
strategy:
15
matrix:
16
php: [ '8.2']
17
TYPO3: [ '13', '14' ]
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v6
21
22
- name: Install testing system
23
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -t ${{ matrix.TYPO3 }} -s composerUpdate
0 commit comments