Skip to content

Commit

Permalink
Add newer php versions to test matrix (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkan authored Sep 23, 2024
1 parent 3f0d260 commit 6736f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
max-parallel: 10
matrix:
php: ['7.2', '7.3', '7.4', '8.0']
sf_version: ['3.4.*', '4.4.*', '5.0.*']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
sf_version: ['3.4.*', '4.4.*', '5.0.*', '6.4.*', '7.0.*']

steps:
- name: Set up PHP
Expand Down

0 comments on commit 6736f6b

Please sign in to comment.