Skip to content

Commit 2521dd3

Browse files
committed
Remove azure-oss/storage-blob-flysystem when incompatible
Removed azure-oss/storage-blob-flysystem from composer.json when testing with PHP 8.0 due to compatibility issues.
1 parent e689258 commit 2521dd3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
composer config --global --no-plugins allow-plugins.symfony/flex true
6464
composer global require --no-progress --no-scripts --no-plugins symfony/flex
6565
66+
- name: Remove azure-oss/storage-blob-flysystem when not compatible
67+
if: matrix.php-version == '8.0'
68+
run: sed -i "/\bazure-oss\/storage-blob-flysystem\b/d" composer.json
69+
6670
- name: Install Composer dependencies
6771
uses: ramsey/composer-install@v2
6872

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0"
3636
},
3737
"require-dev": {
38-
"azure-oss/storage-blob-flysystem": "^1.2",
3938
"doctrine/mongodb-odm": "^2.0",
4039
"league/flysystem-async-aws-s3": "^3.1",
4140
"league/flysystem-aws-s3-v3": "^3.1",

0 commit comments

Comments
 (0)