1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-04-11 21:54:17 +07:00

Mark master as the branch to use in the action

This commit is contained in:
Shivam Mathur 2019-09-06 07:10:02 +05:30
parent 6368c23f5e
commit fb6fb4c810

@ -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