Skip to content

Commit

Permalink
[TASK] Exclude PHP 8.1 for TYPO3 v13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
derhansen committed May 19, 2024
1 parent 51302f4 commit f5ab221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
matrix:
typo3: [v12, v13]
php: [8.1, 8.2, 8.3]
exclude:
- typo3: v13
php: 8.1

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f5ab221

Please sign in to comment.