mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
ci: update minio image for s3 primary storage tests
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
1357cf6191
commit
1aad491676
1 changed files with 1 additions and 2 deletions
3
.github/workflows/s3-primary.yml
vendored
3
.github/workflows/s3-primary.yml
vendored
|
|
@ -13,7 +13,6 @@ jobs:
|
|||
strategy:
|
||||
# do not stop on another job's failure
|
||||
fail-fast: false
|
||||
max-parallel: 1
|
||||
matrix:
|
||||
php-versions: ['8.0']
|
||||
key: ['objectstore', 'objectstore_multibucket']
|
||||
|
|
@ -25,7 +24,7 @@ jobs:
|
|||
env:
|
||||
MINIO_ACCESS_KEY: minio
|
||||
MINIO_SECRET_KEY: minio123
|
||||
image: bitnami/minio:2021.10.6
|
||||
image: bitnami/minio:2021.12.29
|
||||
ports:
|
||||
- "9000:9000"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue