Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 30 on main
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 14, 2024
1 parent d3920ca commit 3a59f14
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
nextcloud-versions: ['master']
nextcloud-versions: ['master', 'stable30']
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up Nextcloud env
Expand Down Expand Up @@ -69,6 +69,10 @@ jobs:
nextcloud-versions: master
db: 'mysql'
cache: 'redis'
- php-versions: 8.2
nextcloud-versions: stable30
db: 'mysql'
cache: 'redis'
name: ${{ matrix.nextcloud-versions }} w/ php${{ matrix.php-versions }}-${{ matrix.db }}-${{ matrix.cache }} integration tests
services:
mail-service:
Expand Down

0 comments on commit 3a59f14

Please sign in to comment.