1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-05-13 19:34:05 +02:00

chore: update CI

Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
This commit is contained in:
Sean Molenaar 2021-11-30 15:09:10 +01:00 committed by Benjamin Brahmer
parent e90035f605
commit 999a73b182
6 changed files with 13 additions and 13 deletions

View File

@ -28,16 +28,16 @@ jobs:
- 5432:5432 # Maps tcp port 5432 on service container to the host
strategy:
matrix:
php-versions: ['7.3', '7.4']
nextcloud: ['stable21', 'stable22']
php-versions: ['7.4', '8.0']
nextcloud: ['stable21', 'stable22', 'stable23']
database: ['sqlite', 'pgsql', 'mysql']
experimental: [false]
include:
- php-versions: 7.4
- php-versions: 8.0
nextcloud: pre-release
database: sqlite
experimental: true
- php-versions: 8.0
- php-versions: 8.1
nextcloud: pre-release
database: sqlite
experimental: true

View File

@ -7,8 +7,8 @@ jobs:
continue-on-error: true
strategy:
matrix:
php-versions: [ '7.4' ]
nextcloud: [ 'stable22' ]
php-versions: [ '8.0' ]
nextcloud: [ 'stable23' ]
database: [ 'sqlite' ]
name: "phpstan: Nextcloud ${{ matrix.nextcloud }}"
steps:

View File

@ -9,8 +9,8 @@ jobs:
name: "PHP: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }} - DB ${{ matrix.database }}"
strategy:
matrix:
php-versions: ['7.4']
nextcloud: ['stable22']
php-versions: ['8.0']
nextcloud: ['stable23']
database: ['sqlite']
experimental: [false]
steps:

View File

@ -14,8 +14,8 @@ jobs:
name: "Release: build, sign and upload the app"
strategy:
matrix:
php-versions: ['7.4']
nextcloud: ['stable22']
php-versions: ['8.0']
nextcloud: ['stable23']
database: ['sqlite']
steps:
- name: Checkout

View File

@ -9,8 +9,8 @@ jobs:
name: "Frontend: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }} - DB ${{ matrix.database }}"
strategy:
matrix:
php-versions: ['7.4']
nextcloud: ['stable22']
php-versions: ['8.0']
nextcloud: ['stable23']
database: ['sqlite']
experimental: [false]
steps:

View File

@ -10,7 +10,7 @@ jobs:
name: "Coverage: Nextcloud PHP ${{ matrix.php-versions }}"
strategy:
matrix:
nextcloud: ['stable22']
nextcloud: ['stable23']
steps:
- name: Checkout
uses: actions/checkout@v2.4.0