Skip to content

Commit b86f0ec

Browse files
committed
Install latest Symfony when possible
1 parent 1b3ee33 commit b86f0ec

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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 }}
@@ -37,7 +36,7 @@ jobs:
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

0 commit comments

Comments
 (0)