Skip to content

Commit

Permalink
Drop PHP 7.x-8.0, add PHP 8.2-8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored Jan 29, 2024
1 parent 20f9141 commit a40fd53
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.0', '8.1']
php: [ '8.1', '8.2', '8.3' ]
strategy: [ 'highest' ]
sf_version: ['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'
sf_version: ['4.*', '5.*', '6.*', '7.*']

steps:
- name: Checkout code
Expand Down

0 comments on commit a40fd53

Please sign in to comment.