Skip to content

Commit 285064b

Browse files
authored
Merge pull request #40 from friends-of-phpspec/ci/fix-worflow-for-433
Force composer v1 because of compatibility issues.
2 parents dc646d4 + f14b4c5 commit 285064b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
matrix:
1616
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
1717
php-versions: ['7.1', '7.2', '7.3', '7.4']
18+
composer-versions: ['composer:v1']
1819

1920
steps:
2021
- name: Set git to use LF
@@ -31,6 +32,7 @@ jobs:
3132
uses: shivammathur/setup-php@v2
3233
with:
3334
php-version: ${{ matrix.php-versions }}
35+
tools: ${{ matrix.composer-versions }}
3436
extensions: mbstring,xdebug,pcov
3537

3638
- name: Get Composer Cache Directory

0 commit comments

Comments
 (0)