Skip to content

Commit

Permalink
Test Sf 7 on PHP 8.2 - 8.3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored Jan 29, 2024
1 parent a40fd53 commit 88ba471
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
matrix:
php: [ '8.1', '8.2', '8.3' ]
strategy: [ 'highest' ]
sf_version: ['4.*', '5.*', '6.*', '7.*']
sf_version: ['4.*', '5.*', '6.*']
include:
- php: 8.2
sf_version: '7.*'
- php: 8.3
sf_version: '7.*'

steps:
- name: Checkout code
Expand Down

0 comments on commit 88ba471

Please sign in to comment.