From c38d107fdb48d616011211425ea41b47a1422114 Mon Sep 17 00:00:00 2001 From: David Bomba Date: Wed, 3 Sep 2025 07:28:23 +1000 Subject: [PATCH] change react release back to PHP 8.2 --- .github/workflows/react_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/react_release.yml b/.github/workflows/react_release.yml index f76887acc2..db64f7b682 100644 --- a/.github/workflows/react_release.yml +++ b/.github/workflows/react_release.yml @@ -12,7 +12,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.3 + php-version: 8.2 extensions: mysql, mysqlnd, sqlite3, bcmath, gd, curl, zip, openssl, mbstring, xml - name: Checkout code