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 45de2ff commit 819f40cCopy full SHA for 819f40c
bin/install-onig
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# Keep using the bundled library on versions that have it
4
-if [[ ! $VERSION =~ ^7.4 && ! $VERSION =~ ^8.0 && ! $VERSION =~ ^master$ ]]; then
+if [[ ! $VERSION =~ ^7.4 && ! $VERSION =~ ^8.0 && ! $VERSION =~ ^8.1 && ! $VERSION =~ ^master$ ]]; then
5
echo 'PHP < 7.4 has bundled libonig, skip installation'
6
return 0
7
fi
0 commit comments