File tree Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Expand file tree Collapse file tree 1 file changed +17
-12
lines changed Original file line number Diff line number Diff line change @@ -16,24 +16,35 @@ jobs:
16
16
- ' 7.3'
17
17
- ' 7.4'
18
18
- ' 8.0'
19
+ - ' 8.1'
20
+ - ' 8.2'
19
21
dependency :
20
22
- ' '
21
23
symfony :
22
24
- ' 4.4.*'
23
- - ' 5.3.*'
25
+ - ' 5.4.*'
26
+ - ' 6.2.*'
24
27
include :
25
28
- php : ' 7.1'
26
29
symfony : ' 4.4.*'
27
30
dependency : ' lowest'
28
- - php : ' 8.0'
29
- symfony : ' 6.0.*'
30
31
exclude :
31
32
- php : ' 7.1'
32
- symfony : ' 5.3.*'
33
+ symfony : ' 5.4.*'
34
+ - php : ' 7.1'
35
+ symfony : ' 6.2.*'
36
+ - php : ' 7.2'
37
+ symfony : ' 6.2.*'
38
+ - php : ' 7.3'
39
+ symfony : ' 6.2.*'
40
+ - php : ' 7.4'
41
+ symfony : ' 6.2.*'
42
+ - php : ' 8.0'
43
+ symfony : ' 6.2.*'
33
44
fail-fast : false
34
45
steps :
35
46
- name : Checkout
36
- uses : actions/checkout@v2
47
+ uses : actions/checkout@v3
37
48
38
49
- name : Setup PHP
39
50
uses : shivammathur/setup-php@v2
@@ -42,18 +53,12 @@ jobs:
42
53
extensions : pcov
43
54
tools : flex
44
55
45
- - name : Prefer unstable Composer dependencies for Symfony 6.0
46
- if : matrix.symfony == '6.0.*'
47
- run : |
48
- composer config prefer-stable false
49
- composer config minimum-stability dev
50
-
51
56
- name : Get Composer Cache Directory
52
57
id : composer-cache
53
58
run : echo "::set-output name=dir::$(composer config cache-files-dir)"
54
59
55
60
- name : Cache dependencies
56
- uses : actions/cache@v2
61
+ uses : actions/cache@v3
57
62
with :
58
63
path : ${{ steps.composer-cache.outputs.dir }}
59
64
key : ${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}
You can’t perform that action at this time.
0 commit comments