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:
parent
e90035f605
commit
999a73b182
8
.github/workflows/api-integration-tests.yml
vendored
8
.github/workflows/api-integration-tests.yml
vendored
@ -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
|
||||
|
@ -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:
|
||||
|
4
.github/workflows/api-php-tests.yml
vendored
4
.github/workflows/api-php-tests.yml
vendored
@ -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:
|
||||
|
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@ -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
|
||||
|
4
.github/workflows/frontend-nodejs-tests.yml
vendored
4
.github/workflows/frontend-nodejs-tests.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/post-merge-tasks.yml
vendored
2
.github/workflows/post-merge-tasks.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user