Update to PHP 8.4

This commit is contained in:
Mark Hewitt
2024-12-20 00:31:07 +11:00
committed by Tim de Pater
parent 43aa4be9b7
commit 7be04d94a2
5 changed files with 30 additions and 30 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env sh
apk --no-cache add curl
curl --silent --fail http://app:8080 | grep 'PHP 8.3'
curl --silent --fail http://app:8080 | grep 'PHP 8.4'