Skip to content

Commit e0a78ed

Browse files
committed
Test locally only with major versions
1 parent bd1d065 commit e0a78ed

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Makefile

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,18 @@ lint: php-fpm-healthcheck ## Lint code
1010
./php-fpm-healthcheck ./test/*.sh
1111

1212
test: ## Test code in multiple images
13-
$(MAKE) test-image IMAGE="php:fpm-alpine" DOCKERFILE="alpine"
14-
$(MAKE) test-image IMAGE="php:fpm-buster" DOCKERFILE="buster"
15-
$(MAKE) test-image IMAGE="php:7.1-fpm-alpine3.7" DOCKERFILE="alpine"
16-
$(MAKE) test-image IMAGE="php:7.1-fpm-alpine3.8" DOCKERFILE="alpine"
17-
$(MAKE) test-image IMAGE="php:7.2-fpm-alpine3.7" DOCKERFILE="alpine"
18-
$(MAKE) test-image IMAGE="php:7.2-fpm-alpine3.8" DOCKERFILE="alpine"
19-
$(MAKE) test-image IMAGE="php:7.3-fpm-alpine3.8" DOCKERFILE="alpine"
20-
$(MAKE) test-image IMAGE="php:7.3-fpm-alpine3.9" DOCKERFILE="alpine"
21-
$(MAKE) test-image IMAGE="php:7.4-fpm-alpine3.10" DOCKERFILE="alpine"
22-
$(MAKE) test-image IMAGE="php:7.4-fpm-alpine3.11" DOCKERFILE="alpine"
13+
$(MAKE) test-image IMAGE="php:7.1-fpm-alpine" DOCKERFILE="alpine"
14+
$(MAKE) test-image IMAGE="php:7.2-fpm-alpine" DOCKERFILE="alpine"
15+
$(MAKE) test-image IMAGE="php:7.3-fpm-alpine" DOCKERFILE="alpine"
16+
$(MAKE) test-image IMAGE="php:7.4-fpm-alpine" DOCKERFILE="alpine"
17+
$(MAKE) test-image IMAGE="php:8.0-fpm-alpine" DOCKERFILE="alpine"
18+
$(MAKE) test-image IMAGE="php:8.1-fpm-alpine" DOCKERFILE="alpine"
2319
$(MAKE) test-image IMAGE="php:7.1-fpm-stretch" DOCKERFILE="stretch"
2420
$(MAKE) test-image IMAGE="php:7.2-fpm-stretch" DOCKERFILE="stretch"
2521
$(MAKE) test-image IMAGE="php:7.3-fpm-stretch" DOCKERFILE="stretch"
2622
$(MAKE) test-image IMAGE="php:7.4-fpm-buster" DOCKERFILE="buster"
23+
$(MAKE) test-image IMAGE="php:8.0-fpm-buster" DOCKERFILE="buster"
24+
$(MAKE) test-image IMAGE="php:8.1-fpm-buster" DOCKERFILE="buster"
2725

2826
test-image:
2927
./test/docker.sh ${DOCKERFILE} ${IMAGE}

0 commit comments

Comments
 (0)