Skip to content

Commit 819f40c

Browse files
committed
Adding support to PHP 8.1, installing oniguruma
1 parent 45de2ff commit 819f40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-onig

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

33
# Keep using the bundled library on versions that have it
4-
if [[ ! $VERSION =~ ^7.4 && ! $VERSION =~ ^8.0 && ! $VERSION =~ ^master$ ]]; then
4+
if [[ ! $VERSION =~ ^7.4 && ! $VERSION =~ ^8.0 && ! $VERSION =~ ^8.1 && ! $VERSION =~ ^master$ ]]; then
55
echo 'PHP < 7.4 has bundled libonig, skip installation'
66
return 0
77
fi

0 commit comments

Comments
 (0)