Skip to content

Commit

Permalink
Update PHP and Symfony versions in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanlaak authored Nov 17, 2024
1 parent 2377dc7 commit 7a863d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2']
symfony: ['4.4.*', '5.4.*', '6.1.*', '6.2.*']
php: ['8.1', '8.2', '8.3']
symfony: ['4.4.*', '5.4.*', '6.4.*', '7.0.*', '7.1.*']

steps:
- name: Set up PHP
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
max-parallel: 10
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Set up PHP
Expand Down

0 comments on commit 7a863d8

Please sign in to comment.