Skip to content

Commit

Permalink
Merge pull request #539 from kbond/sf7
Browse files Browse the repository at this point in the history
CI: test on Symfony 7
  • Loading branch information
kbond authored Dec 14, 2023
2 parents a1a22ce + 8ea43d5 commit c32071f
Show file tree
Hide file tree
Showing 9 changed files with 362 additions and 257 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
matrix:
php: [ 8.1, 8.2 ]
deps: [ highest ]
symfony: [ 6.3.*, 6.4.* ]
symfony: [ 6.3.*, 6.4.*, 7.0.* ]
database: [ mysql, mongo ]
use-dama: [ 1 ]
exclude:
- php: 8.1
symfony: 7.0.*
include:
- php: 8.0
deps: lowest
Expand Down
40 changes: 22 additions & 18 deletions bin/tools/phpstan/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c32071f

Please sign in to comment.