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:
1010 fail-fast : true
1111 matrix :
1212 php : [8.2, 8.3, 8.4]
13- symfony : [6.4.*, 7.3.* ]
13+ symfony : [6.4.*, false ]
1414 dependency : [stable]
1515 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 }
1918
2019 env :
2120 SYMFONY_REQUIRE : ${{ matrix.symfony }}
3736 - name : Install Composer dependencies
3837 uses : ramsey/composer-install@v2
3938 with :
40- dependency-versions : ${{ matrix.php }}
39+ dependency-versions : ${{ matrix.dependency }}
4140
4241 - name : Integration Tests
4342 run : php ./vendor/bin/simple-phpunit
You can’t perform that action at this time.
0 commit comments