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 <[email protected]>
  • Loading branch information
nickvergessen committed Aug 14, 2024
1 parent bdf98d4 commit 1ea9474
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
include:
- php-versions: '8.1'
server-versions: 'master'
- php-versions: '8.1'
server-versions: 'stable30'
databases: ['sqlite']

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
Expand Down Expand Up @@ -233,4 +235,4 @@ jobs:
- name : Mysql test status
run: if ${{ needs.mysql.result != 'success' && needs.mysql.result != 'skipped' }}; then exit 1; fi
- name : Pgsql test status
run: if ${{ needs.pgsql.result != 'success' && needs.pgsql.result != 'skipped' }}; then exit 1; fi
run: if ${{ needs.pgsql.result != 'success' && needs.pgsql.result != 'skipped' }}; then exit 1; fi

0 comments on commit 1ea9474

Please sign in to comment.