File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 4040
4141 - name : stretch
4242 run : make test-image IMAGE="php:7.2-fpm-stretch" DOCKERFILE="stretch"
43+
44+ test-73 :
45+ name : php-7.3
46+ runs-on : ubuntu-latest
47+ steps :
48+
49+ - name : Checkout
50+ uses : actions/checkout@v2
51+
52+ - name : alpine-3.8
53+ run : make test-image IMAGE="php:7.3-fpm-alpine3.8" DOCKERFILE="alpine"
54+
55+ - name : alpine-3.9
56+ run : make test-image IMAGE="php:7.3-fpm-alpine3.9" DOCKERFILE="alpine"
57+
58+ - name : alpine-3.10
59+ run : make test-image IMAGE="php:7.3-fpm-alpine3.10" DOCKERFILE="alpine"
60+
61+ - name : alpine-3.11
62+ run : make test-image IMAGE="php:7.3-fpm-alpine3.11" DOCKERFILE="alpine"
63+
64+ - name : stretch
65+ run : make test-image IMAGE="php:7.3-fpm-stretch" DOCKERFILE="stretch"
You can’t perform that action at this time.
0 commit comments