Skip to content

Commit 1392c52

Browse files
committed
Bump node 24
Remove node 18
1 parent 1eae3c9 commit 1392c52

File tree

6 files changed

+320
-311
lines changed

6 files changed

+320
-311
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@ test-latest: test-8.4 ## Test the latest build only
99
_test-prerequisites: blueprint
1010
docker pull ubuntu:20.04
1111

12+
test-hot: ## Test 7.4, 8.0 and 8.1 quickly
13+
docker buildx bake --load \
14+
--set "*.platform=$(uname -p)" \
15+
php80-slim-cli php80-cli
16+
docker run --rm -it docker.io/thecodingmachine/php:8.0-v5-cli php -v
17+
test-legacy-quick: ## Test 7.4, 8.0 and 8.1 quickly
18+
VERSION=7.4 VARIANT=cli $(MAKE) _test-version-quick
19+
VERSION=8.0 VARIANT=cli $(MAKE) _test-version-quick
20+
VERSION=8.1 VARIANT=cli $(MAKE) _test-version-quick
1221
test-quick: ## Test 8.2, 8.3 and 8.4 quickly
1322
VERSION=8.2 VARIANT=cli $(MAKE) _test-version-quick
1423
VERSION=8.3 VARIANT=cli $(MAKE) _test-version-quick

0 commit comments

Comments
 (0)