Skip to content

Commit 897dd05

Browse files
committed
Use PHP 7.3
1 parent 7464405 commit 897dd05

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/test.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,26 @@ jobs:
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"

0 commit comments

Comments
 (0)