Skip to content

Commit

Permalink
minor: add Symfony 7.2 to test matrix (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond authored Dec 16, 2024
1 parent cb1ff73 commit d871702
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
php: [ 8.1, 8.2, 8.3, 8.4 ]
deps: [ highest ]
symfony: [ 6.4.*, 7.1.* ]
symfony: [ 6.4.*, 7.1.*, 7.2.* ]
database: [ mysql, sqlite, pgsql, mariadb ]
include:
- php: 8.1
Expand All @@ -24,6 +24,8 @@ jobs:
exclude:
- php: 8.1
symfony: 7.1.*
- php: 8.1
symfony: 7.2.*

services:
mariadb:
Expand Down

0 comments on commit d871702

Please sign in to comment.