Skip to content

Commit

Permalink
Add newer php versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sunkan committed Dec 22, 2023
1 parent 2db23c3 commit 54250ec
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 54250ec

Please sign in to comment.