Skip to content

Commit cc17a02

Browse files
committed
Test using PHP 7.4
1 parent 897dd05 commit cc17a02

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,20 @@ jobs:
6363

6464
- name: stretch
6565
run: make test-image IMAGE="php:7.3-fpm-stretch" DOCKERFILE="stretch"
66+
67+
test-74:
68+
name: php-7.4
69+
runs-on: ubuntu-latest
70+
steps:
71+
72+
- name: Checkout
73+
uses: actions/checkout@v2
74+
75+
- name: alpine-3.10
76+
run: make test-image IMAGE="php:7.4-fpm-alpine3.10" DOCKERFILE="alpine"
77+
78+
- name: alpine-3.11
79+
run: make test-image IMAGE="php:7.4-fpm-alpine3.11" DOCKERFILE="alpine"
80+
81+
- name: buster
82+
run: make test-image IMAGE="php:7.4-fpm-buster" DOCKERFILE="buster"

0 commit comments

Comments
 (0)