Skip to content

Commit dc3d5d1

Browse files
Add PHP 8.3, 8.4 to CI (#505)
* Add PHP 8.3, 8.4 to CI * Remove PHP 8.0 * Update ci.yml
1 parent 0fee437 commit dc3d5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: ['8.0', '8.1', '8.2']
13+
php: ['8.1', '8.2', '8.3', '8.4']
1414
strategy: [ 'highest' ]
1515
sf_version: ['']
1616
include:
17-
- php: 8.0
17+
- php: 8.1
1818
strategy: 'lowest'
1919

2020
steps:

0 commit comments

Comments
 (0)