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 5058b36 commit 8b5e7adCopy full SHA for 8b5e7ad
bin/compile
@@ -63,9 +63,9 @@ export PATH="$HOME/.phpenv/bin:$HOME/.php-build/bin:$PATH"
63
buildDefinition=${VERSION}
64
if [[ $VERSION == nightly* || $VERSION == master* ]]; then
65
if [[ $RELEASE == jammy ]]; then
66
- buildDefinition=8.1snapshot
+ buildDefinition=8.3snapshot
67
else
68
- buildDefinition=8.0snapshot
69
fi
70
71
0 commit comments