Skip to content

Commit 7464405

Browse files
committed
Test against PHP 7.2
1 parent f7a4c40 commit 7464405

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

.github/workflows/test.yaml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,35 @@ on:
88

99
jobs:
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"

0 commit comments

Comments
 (0)