Skip to content

Commit

Permalink
Add PHP 8.3, 8.4 to CI (#505)
Browse files Browse the repository at this point in the history
* Add PHP 8.3, 8.4 to CI

* Remove PHP 8.0

* Update ci.yml
  • Loading branch information
andreybolonin authored Apr 11, 2024
1 parent 0fee437 commit dc3d5d1
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,11 +10,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.0', '8.1', '8.2']
php: ['8.1', '8.2', '8.3', '8.4']
strategy: [ 'highest' ]
sf_version: ['']
include:
- php: 8.0
- php: 8.1
strategy: 'lowest'

steps:
Expand Down

0 comments on commit dc3d5d1

Please sign in to comment.