Skip to content

Commit

Permalink
Update PHP and Symfony versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowork committed Jul 1, 2024
1 parent 170a316 commit 95d643a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,21 @@ jobs:
php-version:
- '8.1'
- '8.2'
- '8.3'
symfony-version:
- '5.4.*'
- '6.3.*'
- '7.0.*'
- '7.1.*'
dependencies:
- 'lowest'
- 'highest'
remove-dependencies: [ '' ]
exclude:
- php-version: '8.1'
symfony-version: '7.0.*'
- php-version: '8.1'
symfony-version: '7.1.*'

steps:
- name: "Checkout"
Expand Down

0 comments on commit 95d643a

Please sign in to comment.