Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Add stable30 to the test matrix #689

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: [ 'dev-master', 'dev-stable29', 'dev-stable28' ]
ocp-version: [ 'dev-master', 'dev-stable30', 'dev-stable29', 'dev-stable28' ]
name: Nextcloud ${{ matrix.ocp-version }}
steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
nextcloud-versions: stable28
- php-versions: 8.3
nextcloud-versions: stable29
- php-versions: 8.3
nextcloud-versions: stable30
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up php${{ matrix.php-versions }}
Expand Down Expand Up @@ -59,6 +61,9 @@ jobs:
- php-versions: 8.3
nextcloud-versions: stable29
db: 'sqlite'
- php-versions: 8.3
nextcloud-versions: stable30
db: 'sqlite'
name: php${{ matrix.php-versions }}-${{ matrix.db }} integration tests
steps:
- name: Set up php${{ matrix.php-versions }}
Expand Down
Loading