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

View File

@ -52,7 +52,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@master uses: actions/checkout@master
- name: Install PHP - name: Install PHP
uses: shivammathur/setup-php@develop uses: shivammathur/setup-php@master
with: with:
php-version: ${{ matrix.php-versions }} php-version: ${{ matrix.php-versions }}
- name: Check PHP Version - name: Check PHP Version