Skip to content

Commit e36bc40

Browse files
committed
Add PHP 8.4
1 parent a1bc579 commit e36bc40

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build-local-docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
PS_VERSION=nigthly
4-
PHP_VERSION=8.3
4+
PHP_VERSION=8.4
55
SERVER=apache
66

77
LAUNCH=false

versions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,10 +265,12 @@
265265
'8.1',
266266
'8.2',
267267
'8.3',
268+
'8.4',
268269
),
269270
'nightly': (
270271
'8.1',
271272
'8.2',
272273
'8.3',
274+
'8.4',
273275
),
274276
}

0 commit comments

Comments
 (0)