Skip to content

Commit 6d187b4

Browse files
committed
[TASK] github CI
1 parent 4c3ca64 commit 6d187b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010

1111
tests:
1212
name: All tests
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
matrix:
1616
php: [ '8.2']
1717
TYPO3: [ '13', '14' ]
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v6
2121

2222
- name: Install testing system
2323
run: Build/Scripts/runTests.sh -p ${{ matrix.php }} -t ${{ matrix.TYPO3 }} -s composerUpdate

0 commit comments

Comments
 (0)