Skip to content

Commit 6be0381

Browse files
authored
Drop PHP 7.x-8.0, add PHP 8.2-8.3 support (#66)
* 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
1 parent 20f9141 commit 6be0381

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/ci.yml

+6-14
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,16 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php: [ '8.0', '8.1']
13+
php: [ '8.1', '8.2', '8.3' ]
1414
strategy: [ 'highest' ]
15-
sf_version: ['5.*', '6.*']
15+
sf_version: ['4.*', '5.*', '6.*']
1616
include:
17-
- php: 7.2
18-
sf_version: '3.*'
19-
- php: 7.3
20-
sf_version: '3.*'
21-
- php: 7.4
22-
sf_version: '4.*'
23-
- php: 7.4
24-
sf_version: '5.*'
25-
- php: 7.4
26-
sf_version: '5.*'
27-
strategy: 'lowest'
2817
- php: 8.1
29-
sf_version: '6.*'
3018
strategy: 'lowest'
19+
- php: 8.2
20+
sf_version: '7.*'
21+
- php: 8.3
22+
sf_version: '7.*'
3123

3224
steps:
3325
- name: Checkout code

0 commit comments

Comments
 (0)