Skip to content

Commit

Permalink
fix: use typo3 13.2 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maikschneider authored Sep 4, 2024
1 parent 1f0b95c commit 4a937b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
typo3-version: [ "11.5", "12.4", "13.1" ]
typo3-version: [ "11.5", "12.4", "13.2" ]
php-version: [ "7.4", "8.1", "8.2", "8.3" ]
exclude:
- typo3-version: "12.4"
Expand Down

0 comments on commit 4a937b7

Please sign in to comment.