File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ jobs:
24
24
strategy :
25
25
fail-fast : false
26
26
matrix :
27
- php : [7.4, 8.0-rc ]
27
+ php : [7.4, " 8.0", 8.1 ]
28
28
composer : [lowest, current, highest]
29
29
needs : lint
30
30
runs-on : ubuntu-latest
31
31
container :
32
- image : wyrihaximusnet/php:${{ matrix.php }}-nts-alpine3.12 -dev-root
32
+ image : wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-slim -dev-root
33
33
steps :
34
34
- uses : actions/checkout@v1
35
35
- name : Cache composer packages
@@ -50,15 +50,15 @@ jobs:
50
50
strategy :
51
51
fail-fast : false
52
52
matrix :
53
- php : [7.4, 8.0-rc ]
53
+ php : [7.4, " 8.0", 8.1 ]
54
54
composer : [lowest, current, highest]
55
55
check : ${{ fromJson(needs.generate-checks-strategy.outputs.check) }}
56
56
needs :
57
57
- composer-install
58
58
- generate-checks-strategy
59
59
runs-on : ubuntu-latest
60
60
container :
61
- image : wyrihaximusnet/php:${{ matrix.php }}-nts-alpine3.12 -dev-root
61
+ image : wyrihaximusnet/php:${{ matrix.php }}-nts-alpine-slim -dev-root
62
62
steps :
63
63
- uses : actions/checkout@v1
64
64
- name : Cache composer packages
You can’t perform that action at this time.
0 commit comments