Skip to content

Commit

Permalink
[BUGFIX] removes php 8.1 from workflow matrix, as TYPO3 v13 has 8.2 a…
Browse files Browse the repository at this point in the history
…s minimum
  • Loading branch information
EvilBMP committed Sep 17, 2024
1 parent 8c22426 commit 0829aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.2', '8.3' ]

0 comments on commit 0829aa4

Please sign in to comment.