We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d569a6b commit 0ef8908Copy full SHA for 0ef8908
1 file changed
.github/workflows/tasks.yml
@@ -9,15 +9,15 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- php: [ '8.1', '8.2', '8.3' ]
13
- typo3: [ '11', '12' ]
+ php: [ '8.2', '8.3', '8.4' ]
+ typo3: [ '12', '13' ]
14
steps:
15
- name: Setup PHP with PECL extension
16
uses: shivammathur/setup-php@v2
17
with:
18
php-version: ${{ matrix.php }}
19
- uses: actions/checkout@v2
20
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
21
22
path: ~/.composer/cache/files
23
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
0 commit comments