Skip to content

Commit

Permalink
chore(CI): Adjust testing matrix for Nextcloud 29 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 Mar 28, 2024
1 parent 702f3ef commit 5cdae0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
nextcloud-versions: 'stable27'
- php-versions: '8.2'
nextcloud-versions: 'stable28'
- php-versions: '8.3'
nextcloud-versions: 'stable29'
name: Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
steps:
- name: Set up Nextcloud env
Expand Down

0 comments on commit 5cdae0c

Please sign in to comment.