Skip to content

Commit

Permalink
Adjust TYPO3 version in test matrix to use 13.1 instead of 13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sascha-egerer committed May 3, 2024
1 parent 0d791b7 commit 2f4cb14
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,16 @@ jobs:
- typo3-version: "^12.4"
php-version: "8.3"
composer-flags: " --prefer-lowest"
- typo3-version: "^13.0"
- typo3-version: "^13.1"
php-version: "8.2"
composer-flags: ""
- typo3-version: "^13.0"
- typo3-version: "^13.1"
php-version: "8.2"
composer-flags: " --prefer-lowest"
- typo3-version: "^13.0"
- typo3-version: "^13.1"
php-version: "8.3"
composer-flags: ""
- typo3-version: "^13.0"
- typo3-version: "^13.1"
php-version: "8.3"
composer-flags: " --prefer-lowest"

Expand Down

0 comments on commit 2f4cb14

Please sign in to comment.