We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 897dd05 commit cc17a02Copy full SHA for cc17a02
.github/workflows/test.yaml
@@ -63,3 +63,20 @@ jobs:
63
64
- name: stretch
65
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