Skip to content

Commit a20bf5e

Browse files
committed
Adding PHP 8.3
1 parent 9e12434 commit a20bf5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile-extension-redis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ $VERSION =~ ^8 || $VERSION =~ ^master$ || $VERSION =~ snapshot$ ]]; then
1515
elif [[ $VERSION =~ ^7 ]]; then
1616
pecl_install redis
1717
else
18-
pecl_install redis-2.2.8
18+
pecl_install redis-6.0.2
1919
fi
2020

2121
travis_time_finish

0 commit comments

Comments
 (0)