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 a6d0661 commit cf46db5Copy full SHA for cf46db5
.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,12 +17,12 @@ jobs:
18
19
20
- uses: shivammathur/setup-php@2.1.2
21
22
php-version: ${{ matrix.php }}
23
24
ini-values: xdebug.overload_var_dump=1
25
- tools: flex
+ tools: composer:v2
26
27
- name: Checkout code
28
uses: actions/checkout@v2
0 commit comments