Skip to content

Commit

Permalink
[BUGFIX] Correct build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Nov 18, 2021
1 parent e81d04d commit ed56de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
fail-fast: false
matrix:
typo3: [ ^11.0 ]
php: [ '7.4' ]
typo3: ['^11.5']
php: ['7.4']
mysql: ['5.7']

steps:
Expand Down

0 comments on commit ed56de5

Please sign in to comment.