Mark master as the branch to use in the action
This commit is contained in:
parent
6368c23f5e
commit
26483229b4
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@master
|
||||
- name: Install PHP
|
||||
uses: shivammathur/setup-php@develop
|
||||
uses: shivammathur/setup-php@master
|
||||
with:
|
||||
php-version: ${{ matrix.php-versions }}
|
||||
- name: Check PHP Version
|
||||
|
|
|
|||
Loading…
Reference in a new issue