|
|
|
|
@ -49,8 +49,8 @@ jobs: |
|
|
|
|
strategy: |
|
|
|
|
fail-fast: false |
|
|
|
|
matrix: |
|
|
|
|
php-versions: ['8.2'] |
|
|
|
|
key: ['s3', 's3-multibucket'] |
|
|
|
|
php-versions: ["8.2"] |
|
|
|
|
key: ["s3", "s3-multibucket"] |
|
|
|
|
|
|
|
|
|
name: php${{ matrix.php-versions }}-${{ matrix.key }}-minio |
|
|
|
|
|
|
|
|
|
@ -84,6 +84,7 @@ jobs: |
|
|
|
|
php-version: ${{ matrix.php-versions }} |
|
|
|
|
extensions: bz2, ctype, curl, dom, fileinfo, gd, iconv, intl, json, libxml, mbstring, openssl, pcntl, posix, redis, session, simplexml, xmlreader, xmlwriter, zip, zlib, sqlite, pdo_sqlite |
|
|
|
|
env: |
|
|
|
|
fail-fast: true |
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
|
|
|
|
|
|
|
|
|
- name: Set up Nextcloud |
|
|
|
|
@ -113,10 +114,9 @@ jobs: |
|
|
|
|
docker ps -a |
|
|
|
|
docker ps -aq | while read container ; do IMAGE=$(docker inspect --format='{{.Config.Image}}' $container); echo $IMAGE; docker logs $container; echo "\n\n" ; done |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
object-store-primary-summary: |
|
|
|
|
runs-on: ubuntu-latest-low |
|
|
|
|
needs: [changes,object-store-primary-tests-minio] |
|
|
|
|
needs: [changes, object-store-primary-tests-minio] |
|
|
|
|
|
|
|
|
|
if: always() |
|
|
|
|
|
|
|
|
|
|