Skip to content

Commit

Permalink
set max contao version to 4.10 for tests as symfony 5 is not compatib…
Browse files Browse the repository at this point in the history
…le with contao/test-case 1.1
  • Loading branch information
koertho committed Sep 1, 2021
1 parent 8444ebb commit 39f4409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
php: [ 7.2., 7.3, 7.4, 8.0 ]
contao: [ 4.4.*, 4.9.*, 4.* ]
contao: [ 4.4.*, 4.9.*, 4.10.* ]
exclude:
- php: 8.0
contao: 4.4.*
Expand Down

0 comments on commit 39f4409

Please sign in to comment.