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:
11
11
matrix :
12
12
php : [8.2, 8.3, 8.4]
13
13
symfony : [6.4.*, 7.3.*]
14
- dependency-version : [stable]
14
+ dependency : [stable]
15
15
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 }
19
19
20
20
env :
21
- SYMFONY_REQUIRE : ${{ matrix.symfony-version }}
21
+ SYMFONY_REQUIRE : ${{ matrix.symfony }}
22
22
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 }}
24
24
steps :
25
25
26
26
- name : Checkout
27
27
uses : actions/checkout@v5
28
28
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
-
35
29
- name : Setup PHP
36
30
uses : shivammathur/setup-php@v2
37
31
with :
You can’t perform that action at this time.
0 commit comments