Skip to content

Commit

Permalink
Merge pull request #657 from nextcloud/update-stable25-target-versions
Browse files Browse the repository at this point in the history
Adjust testing matrix for Nextcloud 25 on stable25
  • Loading branch information
CarlSchwan authored Sep 22, 2022
2 parents cbfe0e2 + 60543ae commit d02343d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
server-versions: ['master']
server-versions: ['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 @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
server-versions: ['stable25']

services:
oracle:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-pgsql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
server-versions: ['stable25']

services:
postgres:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0']
server-versions: ['master']
server-versions: ['stable25']

steps:
- name: Set app env
Expand Down

0 comments on commit d02343d

Please sign in to comment.