From 1f7509e7baa69f667ee289f4fdaa9408ad6b0a53 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 9 Oct 2023 09:41:32 +0200 Subject: [PATCH] PHP 8.3 is now allowed by server Signed-off-by: Joas Schilling --- .github/workflows/integration-pgsql.yml | 2 +- .github/workflows/phpunit-mysql.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-pgsql.yml b/.github/workflows/integration-pgsql.yml index 3744ce7a670..9889d4713a9 100644 --- a/.github/workflows/integration-pgsql.yml +++ b/.github/workflows/integration-pgsql.yml @@ -71,7 +71,7 @@ jobs: ref: ${{ matrix.server-versions }} - name: Patch version check for nightly PHP - if: ${{ matrix.php-versions == '8.3' }} + if: ${{ matrix.php-versions == '8.4' }} run: echo " lib/versioncheck.php - name: Checkout app diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index 7e5fd487520..0dc0b9befb7 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -64,7 +64,7 @@ jobs: ref: ${{ matrix.server-versions }} - name: Patch version check for nightly PHP - if: ${{ matrix.php-versions == '8.3' }} + if: ${{ matrix.php-versions == '8.4' }} run: echo " lib/versioncheck.php - name: Checkout app