Skip to content

Commit b7d1f52

Browse files
committed
Set composer version 2.2
for the compatibility of older(<7.2) PHP version
1 parent 1cee2f7 commit b7d1f52

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/continuous-integration.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
operating-system:
1616
- ubuntu-latest
1717
php-version:
18-
- '5.5'
1918
- '5.6'
2019
- '7.0'
2120
- '7.1'
@@ -34,7 +33,7 @@ jobs:
3433
with:
3534
php-version: ${{ matrix.php-version }}
3635
coverage: xdebug
37-
tools: none
36+
tools: composer:2.2
3837
ini-values: assert.exception=1, zend.assertions=1
3938

4039
- name: Get composer cache directory

0 commit comments

Comments
 (0)