Skip to content

Commit

Permalink
ci(test): run smoke tests on php 8.1
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
  • Loading branch information
st3iny committed Apr 29, 2024
1 parent ff318ba commit 544f1f5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ jobs:
matrix:
php-versions: [ '8.1' ]
nextcloud-versions: [ 'master' ]
db: [ 'mysql' ]
include:
- php-versions: '8.0'
nextcloud-versions: master
db: 'pgsql'
db: [ 'mysql', 'pgsql' ]
name: Nextcloud${{ matrix.nextcloud-versions }}-${{ matrix.db }} smoke test
services:
mysql-service:
Expand Down

0 comments on commit 544f1f5

Please sign in to comment.