Skip to content

Commit

Permalink
Drop PHP 7.x-8.0, add PHP 8.2-8.3 support (#66)
Browse files Browse the repository at this point in the history
* Drop PHP 7.x-8.0, add PHP 8.2-8.3 support

* Test Sf 7 on PHP 8.2 - 8.3 only

* Also test lowest
  • Loading branch information
bocharsky-bw committed Jan 29, 2024
1 parent 20f9141 commit 6be0381
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,16 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.0', '8.1']
php: [ '8.1', '8.2', '8.3' ]
strategy: [ 'highest' ]
sf_version: ['5.*', '6.*']
sf_version: ['4.*', '5.*', '6.*']
include:
- php: 7.2
sf_version: '3.*'
- php: 7.3
sf_version: '3.*'
- php: 7.4
sf_version: '4.*'
- php: 7.4
sf_version: '5.*'
- php: 7.4
sf_version: '5.*'
strategy: 'lowest'
- php: 8.1
sf_version: '6.*'
strategy: 'lowest'
- php: 8.2
sf_version: '7.*'
- php: 8.3
sf_version: '7.*'

steps:
- name: Checkout code
Expand Down

0 comments on commit 6be0381

Please sign in to comment.