Skip to content

Commit 0ef8908

Browse files
committed
Fix github pipeline tests
1 parent d569a6b commit 0ef8908

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tasks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [ '8.1', '8.2', '8.3' ]
13-
typo3: [ '11', '12' ]
12+
php: [ '8.2', '8.3', '8.4' ]
13+
typo3: [ '12', '13' ]
1414
steps:
1515
- name: Setup PHP with PECL extension
1616
uses: shivammathur/setup-php@v2
1717
with:
1818
php-version: ${{ matrix.php }}
1919
- uses: actions/checkout@v2
20-
- uses: actions/cache@v2
20+
- uses: actions/cache@v3
2121
with:
2222
path: ~/.composer/cache/files
2323
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)