summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-10-09 09:41:32 +0200
committerJoas Schilling <coding@schilljs.com>2023-10-09 09:41:32 +0200
commit1f7509e7baa69f667ee289f4fdaa9408ad6b0a53 (patch)
treefe67dd0f11a65231cc677ee5b5bb7592a71b3798 /.github
parent54a14bd19d785a3d79712bd4606b5e35b83986b1 (diff)
PHP 8.3 is now allowed by server
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-pgsql.yml2
-rw-r--r--.github/workflows/phpunit-mysql.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/integration-pgsql.yml b/.github/workflows/integration-pgsql.yml
index 3744ce7a6..9889d4713 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 "<?php" > lib/versioncheck.php
- name: Checkout app
diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml
index 7e5fd4875..0dc0b9bef 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 "<?php" > lib/versioncheck.php
- name: Checkout app