Fix Composer constraint in tests, test 1.0, 1.1 and develop branches

This commit is contained in:
Ben Thomson 2020-10-25 09:52:34 +08:00 committed by GitHub
parent 34e9bea7cb
commit ccd75e3e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,8 @@ name: Tests
on:
push:
branches:
- master
- 1.0
- 1.1
- develop
pull_request:
@ -62,7 +63,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.phpVersion }}
tools: composer:1.10.16
tools: composer:v1
extensions: ${{ env.extensions }}
- name: Setup dependency cache