mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
reduce CI waste
This commit is contained in:
parent
2257ecb36b
commit
cb8c68e25e
1 changed files with 5 additions and 5 deletions
10
.github/workflows/phpunit-oci.yml
vendored
10
.github/workflows/phpunit-oci.yml
vendored
|
|
@ -59,11 +59,11 @@ jobs:
|
|||
include:
|
||||
- oracle-versions: '18'
|
||||
php-versions: '8.1'
|
||||
coverage: ${{ github.event_name != 'pull_request' }}
|
||||
- oracle-versions: '21'
|
||||
php-versions: '8.2'
|
||||
- oracle-versions: '23'
|
||||
php-versions: '8.3'
|
||||
# coverage: ${{ github.event_name != 'pull_request' }}
|
||||
# - oracle-versions: '21'
|
||||
# php-versions: '8.2'
|
||||
# - oracle-versions: '23'
|
||||
# php-versions: '8.3'
|
||||
|
||||
name: Oracle ${{ matrix.oracle-versions }} (PHP ${{ matrix.php-versions }}) - database tests
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue