Skip to content

Commit

Permalink
Merge pull request #261 from nextcloud/update-main-target-versions
Browse files Browse the repository at this point in the history
Adjust testing matrix for Nextcloud 25 on main
  • Loading branch information
ChristophWurst authored Oct 7, 2022
2 parents e843e1e + ba9b5dd commit f7bf1ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: [ 'dev-master as 25' ]
ocp-version: [ 'dev-master', 'dev-stable25' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
php-version: ['7.4', '8.0', '8.1']
nextcloud-version: ['master']
nextcloud-version: ['master', 'stable25']
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
steps:
- name: Set up php${{ matrix.php-version }}
Expand Down

0 comments on commit f7bf1ba

Please sign in to comment.