mirror of
https://github.com/Intervention/image.git
synced 2025-08-25 23:06:13 +02:00
Update run-tests.yml update the checkout block.
This commit is contained in:
3
.github/workflows/run-tests.yml
vendored
3
.github/workflows/run-tests.yml
vendored
@@ -14,8 +14,9 @@ jobs:
|
|||||||
name: P${{ matrix.php }} - ${{ matrix.stability }}
|
name: P${{ matrix.php }} - ${{ matrix.stability }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 'Checkout Project'
|
- name: Checkout project
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: 'Setup Environment'
|
- name: 'Setup Environment'
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user