Skip to content

Commit

Permalink
Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Oct 15, 2023
1 parent 5dc40cb commit c858e99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Set default branch
run: git remote set-head origin --auto
shell: bash

- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit c858e99

Please sign in to comment.