Skip to content

Commit 9ba7725

Browse files
committed
Add PHP 8.5-rc support
1 parent 9185f2b commit 9ba7725

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

scripts/conf/php-versions-base-config.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,14 @@ php_versions:
6363
- name: trixie
6464
patch_versions:
6565
# - 8.4.1 # Pull latest from Official PHP source
66-
# PHP 8.5-rc has a blocking bug in a dependency that is not yet fixed.
67-
#
68-
# - minor: "8.5-rc"
69-
# base_os:
70-
# - name: alpine3.21
71-
# - name: alpine3.22
72-
# - name: bookworm
73-
# - name: trixie
74-
# patch_versions:
75-
# - 8.5-rc
66+
- minor: "8.5-rc"
67+
base_os:
68+
- name: alpine3.21
69+
- name: alpine3.22
70+
- name: bookworm
71+
- name: trixie
72+
patch_versions:
73+
- 8.5-rc
7674

7775
operating_systems:
7876
- family: alpine

0 commit comments

Comments
 (0)