Skip to content

Commit

Permalink
CI: add php 8.2 and SF 7
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasbeaujean committed Feb 23, 2024
1 parent 8f69f35 commit cd5ef35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ 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.*']

steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit cd5ef35

Please sign in to comment.