Skip to content

Commit

Permalink
Updated test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Dec 27, 2023
1 parent 9dbd650 commit b534ba3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
operating-system: [ ubuntu-latest ]
php: [ '7.4', '8.0', '8.1', '8.2' ]
symfony: ['4.4.*', '5.4.*', '6.1.*', '6.2.*', '6.3.*']
symfony: ['4.4.*', '5.4.*', '6.1.*', '6.2.*', '6.3.*', '6.4.*', '7.0.*']

exclude:
- php: '7.4'
Expand All @@ -29,6 +29,12 @@ jobs:
symfony: '6.2.*'
- php: '8.0'
symfony: '6.3.*'
- php: '8.0'
symfony: '6.4.*'
- php: '8.0'
symfony: '7.0.*'
- php: '8.1'
symfony: '7.0.*'

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

0 comments on commit b534ba3

Please sign in to comment.