Skip to content

Commit 3ece6f2

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 3ece6f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
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

0 commit comments

Comments
 (0)