Skip to content

Commit

Permalink
CI: add sf 7.0.*
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbeaujean committed Mar 6, 2024
1 parent f8ae20b commit 092beca
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '8.1' ]
symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*']

php: [ '8.1', '8.2' ]
symfony: ['5.4.*', '6.0.*', '6.1.*', '6.2.*', '6.3.*', '7.0.*']
exclude:
- php: '8.1'
symfony: '7.0.*'
steps:
- uses: actions/checkout@main

Expand Down

0 comments on commit 092beca

Please sign in to comment.