Skip to content

Commit b9420ab

Browse files
committed
wip
1 parent 4e59f42 commit b9420ab

File tree

1 file changed

+6
-16
lines changed

1 file changed

+6
-16
lines changed

.github/workflows/php.yml

+6-16
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,12 @@ jobs:
2121
- '5.3'
2222
- '5.4'
2323
- '6.0'
24-
25-
exclude:
26-
- php-version: 7.2
27-
symfony-version: 6.0
28-
- php-version: 7.3
29-
symfony-version: 6.0
30-
- php-version: 7.4
31-
symfony-version: 6.0
32-
- php-version: 8.0
33-
symfony-version: 6.0
34-
35-
include:
36-
- php-version: 8.2
37-
symfony-version: 7.0
38-
- php-version: 8.3
39-
symfony-version: 7.0
24+
- '6.1'
25+
- '6.2'
26+
- '6.3'
27+
- '6.4'
28+
- '7.0'
29+
- '7.1'
4030

4131
name: PHP ${{ matrix.php-version }} and Symfony ${{ matrix.symfony-version }}
4232
steps:

0 commit comments

Comments
 (0)