File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ jobs:
10
10
fail-fast : true
11
11
matrix :
12
12
php : [8.2, 8.3, 8.4]
13
- symfony : [6.4.*, 7.3.* ]
13
+ symfony : [6.4.*, false ]
14
14
dependency : [stable]
15
15
include :
16
- - { php: 8.2, symfony: 6.4.*, dependency: lowest }
17
- - { php: 8.3, symfony: 7.4.*, dependency: highest }
18
- - { php: 8.4, symfony: 8.0.*, dependency: highest }
16
+ - { php: 8.4, symfony: 7.4.*, dependency: highest }
17
+ - { php: 8.4, symfony: false, dependency: highest }
19
18
20
19
env :
21
20
SYMFONY_REQUIRE : ${{ matrix.symfony }}
37
36
- name : Install Composer dependencies
38
37
uses : ramsey/composer-install@v2
39
38
with :
40
- dependency-versions : ${{ matrix.php }}
39
+ dependency-versions : ${{ matrix.dependency }}
41
40
42
41
- name : Integration Tests
43
42
run : php ./vendor/bin/simple-phpunit
You can’t perform that action at this time.
0 commit comments