Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 28 on main
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Nov 23, 2023
1 parent 6b225db commit cb6c64f
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 @@ -13,12 +13,16 @@ jobs:
strategy:
matrix:
php-version: ['8.0', '8.1', '8.2']
nextcloud-version: ['master', 'stable27', 'stable26']
nextcloud-version: ['master', 'stable28', 'stable27', 'stable26']
include:
- php-version: '8.0'
nextcloud-version: stable26
- php-version: '8.1'
nextcloud-version: stable26
- php-version: '8.3'
nextcloud-version: stable28
- php-version: '8.3'
nextcloud-version: master
name: Nextcloud ${{ matrix.nextcloud-version }} php${{ matrix.php-version }} unit tests
steps:
- name: Set up Nextcloud env
Expand Down

0 comments on commit cb6c64f

Please sign in to comment.