Skip to content

Commit

Permalink
Add latest PHP and Symfony versions to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
benr77 committed Jun 2, 2024
1 parent 7fbaac9 commit ef128bf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest, windows-latest ]
php: [ '7.4', '8.0', '8.1', '8.2' ]
symfony: [ '4.4.*', '5.4.*', '6.4.*', '7.0.*' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
symfony: [ '4.4.*', '5.4.*', '6.4.*', '7.1.*' ]
exclude:
- { php: '7.4', symfony: '6.4.*' }
- { php: '8.0', symfony: '6.4.*' }
- { php: '7.4', symfony: '7.0.*' }
- { php: '8.0', symfony: '7.0.*' }
- { php: '8.1', symfony: '7.0.*' }
- { php: '7.4', symfony: '7.1.*' }
- { php: '8.0', symfony: '7.1.*' }
- { php: '8.1', symfony: '7.1.*' }

steps:
- name: Checkout
Expand Down

0 comments on commit ef128bf

Please sign in to comment.