Skip to content

Commit

Permalink
Update Github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 19, 2020
1 parent ced44cc commit a715506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v1
with:
fetch-depth: 1

- name: Install PHP
uses: shivammathur/setup-php@master
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: mbstring,xdebug
Expand Down

0 comments on commit a715506

Please sign in to comment.