Skip to content

Commit 022c573

Browse files
magicsundaysimonschaufi
authored andcommitted
Update PHP and TYPO3 versions in workflow
1 parent 220ae1b commit 022c573

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,17 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
env:
13-
# See version matrix @ https://typo3.org/cms/roadmap
14-
- { php: 8.2, typo3: 13.4 }
15-
16-
env: ${{ matrix.env }}
12+
# See version matrix @ https://typo3.org/cms/roadmap
13+
typo3: [ '^13' ]
14+
php: [ '8.2', '8.3', '8.4' ]
1715

1816
steps:
1917
- uses: actions/checkout@v5
2018

2119
- name: Set up PHP Version
2220
uses: shivammathur/setup-php@v2
2321
with:
24-
php-version: ${{ matrix.env.php }}
22+
php-version: ${{ matrix.php }}
2523
tools: composer:v2
2624

2725
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)