Skip to content

Commit

Permalink
deps(PHP): Also try integration tests against PHP 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Aug 30, 2023
1 parent ac2c79b commit 02a98a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 02a98a1

Please sign in to comment.