File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -11,27 +11,21 @@ jobs:
1111 matrix :
1212 php : [8.2, 8.3, 8.4]
1313 symfony : [6.4.*, 7.3.*]
14- dependency-version : [stable]
14+ dependency : [stable]
1515 include :
16- - { php: 8.2, symfony: 6.4.*, dependency-version : lowest }
17- - { php: 8.3, symfony: 7.4.*, dependency-version : highest }
18- - { php: 8.4, symfony: 8.0.*, dependency-version : highest }
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 }
1919
2020 env :
21- SYMFONY_REQUIRE : ${{ matrix.symfony-version }}
21+ SYMFONY_REQUIRE : ${{ matrix.symfony }}
2222
23- name : Tests P${{ matrix.php }} - SF${{ matrix.symfony }} - ubuntu-latest - ${{ matrix.dependency-version }}
23+ name : Tests P${{ matrix.php }} - SF${{ matrix.symfony }} - ubuntu-latest - ${{ matrix.dependency }}
2424 steps :
2525
2626 - name : Checkout
2727 uses : actions/checkout@v5
2828
29- - name : Cache dependencies
30- uses : actions/cache@v4
31- with :
32- path : ~/.composer/cache/files
33- key : dependencies-php-${{ matrix.php }}-SF${{ matrix.symfony }}-${{ matrix.dependency-version }}-composer-${{ hashFiles('composer.json') }}
34-
3529 - name : Setup PHP
3630 uses : shivammathur/setup-php@v2
3731 with :
You can’t perform that action at this time.
0 commit comments