Skip to content

Commit

Permalink
Use latest GitHub action version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrokeil committed Nov 20, 2020
1 parent 36299ec commit 1855135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
steps:
- name: "Checkout"
uses: "actions/checkout@v2.3.1"
uses: actions/checkout@v2

- name: "Install PHP"
uses: "shivammathur/setup-php@2.4.1"
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php-version }}"
coverage: xdebug
Expand Down

0 comments on commit 1855135

Please sign in to comment.