Skip to content

Commit

Permalink
CHange matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
o-ba committed Aug 9, 2023
1 parent 0452adb commit 35b77c9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php: [ '7.2', '7.3' ] # 7.4 is disabled for now since composer automatically installs the highest possible TYPO3 version instead of v10
TYPO3: [ '10' ]
php: [ '8.1' ] # 7.4 is disabled for now since composer automatically installs the highest possible TYPO3 version instead of v10
TYPO3: [ '12' ]
include:
- TYPO3: '10'
php: '7.2'
- TYPO3: '10'
php: '7.3'
- TYPO3: '11'
php: '7.4'
- TYPO3: '11'
Expand Down

0 comments on commit 35b77c9

Please sign in to comment.