Skip to content

Commit

Permalink
Add support for PHP 8.3 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Oct 9, 2023
1 parent ab0179d commit 0c4f87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-php-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -4308,7 +4308,7 @@ esac
setPHPVersionVariables
setPHPPreinstalledModules
case "$PHP_MAJMIN_VERSION" in
505 | 506 | 700 | 701 | 702 | 703 | 704 | 800 | 801 | 802) ;;
505 | 506 | 700 | 701 | 702 | 703 | 704 | 800 | 801 | 802 | 803) ;;
*)
printf "### ERROR: Unsupported PHP version: %s.%s ###\n" $((PHP_MAJMIN_VERSION / 100)) $((PHP_MAJMIN_VERSION % 100))
;;
Expand Down

0 comments on commit 0c4f87c

Please sign in to comment.