File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 test-71 :
11- name : PHP 7.1
11+ name : php- 7.1
1212 runs-on : ubuntu-latest
1313 steps :
1414
1515 - name : Checkout
1616 uses : actions/checkout@v2
1717
18- - name : Alpine 3.7
18+ - name : alpine- 3.7
1919 run : make test-image IMAGE="php:7.1-fpm-alpine3.7" DOCKERFILE="alpine"
2020
21- - name : Alpine 3.8
21+ - name : alpine- 3.8
2222 run : make test-image IMAGE="php:7.1-fpm-alpine3.8" DOCKERFILE="alpine"
2323
24- - name : Stretch
24+ - name : stretch
2525 run : make test-image IMAGE="php:7.1-fpm-stretch" DOCKERFILE="stretch"
26+
27+ test-72 :
28+ name : php-7.2
29+ runs-on : ubuntu-latest
30+ steps :
31+
32+ - name : Checkout
33+ uses : actions/checkout@v2
34+
35+ - name : alpine-3.7
36+ run : make test-image IMAGE="php:7.2-fpm-alpine3.7" DOCKERFILE="alpine"
37+
38+ - name : alpine-3.8
39+ run : make test-image IMAGE="php:7.2-fpm-alpine3.8" DOCKERFILE="alpine"
40+
41+ - name : stretch
42+ run : make test-image IMAGE="php:7.2-fpm-stretch" DOCKERFILE="stretch"
You can’t perform that action at this time.
0 commit comments