summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-08-29 10:37:11 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-30 09:23:15 +0200
commit02a98a19a7537607ace2e7088519dc64fcf0ca2c (patch)
treed00ba2ba07a4b779b18427fe3641b943898c0913 /.github
parentac2c79b062883e6819dd42f56fff2d5c8e534504 (diff)
deps(PHP): Also try integration tests against PHP 8.3
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/integration-pgsql.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/integration-pgsql.yml b/.github/workflows/integration-pgsql.yml
index 012bb3e20..8bc86ed63 100644
--- a/.github/workflows/integration-pgsql.yml
+++ b/.github/workflows/integration-pgsql.yml
@@ -40,7 +40,7 @@ jobs:
fail-fast: false
matrix:
test-suite: ['callapi', 'chat', 'chat-2', 'command', 'conversation', 'conversation-2', 'federation', 'integration', 'sharing', 'sharing-2']
- php-versions: ['8.2']
+ php-versions: ['8.3']
server-versions: ['master']
guests-versions: ['master']
call-summary-bot-versions: ['main']
@@ -70,6 +70,10 @@ jobs:
repository: nextcloud/server
ref: ${{ matrix.server-versions }}
+ - name: Patch version check for nightly PHP
+ if: ${{ matrix.php-versions == '8.3' }}
+ run: echo "<?php" > lib/versioncheck.php
+
- name: Checkout app
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
with: