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
1 changed files with 1 additions and 1 deletions

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