We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220ae1b commit 022c573Copy full SHA for 022c573
.github/workflows/tests.yml
@@ -9,19 +9,17 @@ jobs:
9
10
strategy:
11
matrix:
12
- env:
13
- # See version matrix @ https://typo3.org/cms/roadmap
14
- - { php: 8.2, typo3: 13.4 }
15
-
16
- env: ${{ matrix.env }}
+ # See version matrix @ https://typo3.org/cms/roadmap
+ typo3: [ '^13' ]
+ php: [ '8.2', '8.3', '8.4' ]
17
18
steps:
19
- uses: actions/checkout@v5
20
21
- name: Set up PHP Version
22
uses: shivammathur/setup-php@v2
23
with:
24
- php-version: ${{ matrix.env.php }}
+ php-version: ${{ matrix.php }}
25
tools: composer:v2
26
27
- name: Validate composer.json and composer.lock
0 commit comments