Skip to content

Commit

Permalink
Adjust testing matrix for Nextcloud 25 on master
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 22, 2022
1 parent 589633c commit 98af383
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
server-versions: ['master']
server-versions: ['master', 'stable25']

services:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-oci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
phpunit-oci:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/psalm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ocp-version: [ 'dev-master' ]
ocp-version: [ 'dev-master', 'dev-stable25' ]

name: Nextcloud ${{ matrix.ocp-version }}
steps:
Expand Down

0 comments on commit 98af383

Please sign in to comment.