We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbf23d commit 765260aCopy full SHA for 765260a
1 file changed
scripts/conf/php-versions-base-config.yml
@@ -63,16 +63,14 @@ php_versions:
63
- name: trixie
64
patch_versions:
65
# - 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
+ - minor: "8.5-rc"
+ base_os:
+ - name: alpine3.21
+ - name: alpine3.22
+ - name: bookworm
+ - name: trixie
+ patch_versions:
+ - 8.5-rc
76
77
operating_systems:
78
- family: alpine
0 commit comments