We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e230f9 commit f88525bCopy full SHA for f88525b
.github/workflows/branch_alias.yml
@@ -11,7 +11,7 @@ jobs:
11
12
steps:
13
- name: Set up PHP
14
- uses: shivammathur/setup-php@2.5.0
+ uses: shivammathur/setup-php@2.7.0
15
with:
16
php-version: 7.4
17
coverage: none
.github/workflows/ci.yml
@@ -17,11 +17,11 @@ jobs:
18
19
20
- uses: shivammathur/setup-php@2.1.2
21
22
php-version: ${{ matrix.php }}
23
24
- tools: flex
+ tools: composer:v2
25
26
- name: Checkout code
27
uses: actions/checkout@v2
0 commit comments