Skip to content

Commit

Permalink
Drop PHP 7.x-8.0, add PHP 8.1-8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw committed Jan 29, 2024
1 parent 09ad2f3 commit 34b9959
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
php: [ '8.1', '8.2', '8.3' ]
strategy: [ 'highest' ]
sf_version: ['']
include:
- php: 7.4
strategy: 'lowest'
- php: 7.3
sf_version: '4.*'

steps:
- name: Checkout code
Expand Down

0 comments on commit 34b9959

Please sign in to comment.