Browse Source
ci: Don't test incompatible external storages on PHP 8.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/49145/head
Joas Schilling
1 year ago
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
4 changed files with
4 additions and
4 deletions
-
.github/workflows/files-external-smb.yml
-
.github/workflows/object-storage-azure.yml
-
.github/workflows/object-storage-s3.yml
-
.github/workflows/object-storage-swift.yml
|
|
|
@ -41,7 +41,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.4'] |
|
|
|
php-versions: ['8.1'] |
|
|
|
include: |
|
|
|
- php-versions: '8.1' |
|
|
|
coverage: ${{ github.event_name != 'pull_request' }} |
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.4'] |
|
|
|
php-versions: ['8.1', '8.2'] |
|
|
|
include: |
|
|
|
- php-versions: '8.3' |
|
|
|
coverage: true |
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.4'] |
|
|
|
php-versions: ['8.1', '8.2'] |
|
|
|
include: |
|
|
|
- php-versions: '8.3' |
|
|
|
coverage: true |
|
|
|
|
|
|
|
@ -45,7 +45,7 @@ jobs: |
|
|
|
|
|
|
|
strategy: |
|
|
|
matrix: |
|
|
|
php-versions: ['8.1', '8.2', '8.4'] |
|
|
|
php-versions: ['8.1', '8.2'] |
|
|
|
include: |
|
|
|
- php-versions: '8.3' |
|
|
|
coverage: true |
|
|
|
|