4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-14 05:06:37 +00:00

Update to PHP 8.2.

This commit is contained in:
Buster Neece 2023-01-10 19:33:40 -06:00
parent 09542ff50b
commit 113f16c36d
No known key found for this signature in database
GPG Key ID: F1D2E64A0005E80E

View File

@ -2,7 +2,7 @@
set -e
set -x
PHP_VERSION=8.1
PHP_VERSION=8.2
add-apt-repository -y ppa:ondrej/php
apt-get update