mirror of
https://github.com/danog/psalm.git
synced 2025-01-22 13:51:54 +01:00
Run Shepherd with 8.0
Because installing packages with 8.1 and checking them as if we're running 7.1 just doesn't work.
This commit is contained in:
parent
30f07bf947
commit
8455d71a9b
3
.github/workflows/shepherd.yml
vendored
3
.github/workflows/shepherd.yml
vendored
@ -8,6 +8,9 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
|
||||
- name: Install dependencies
|
||||
run: composer install --prefer-dist --no-progress --no-suggest
|
||||
|
Loading…
x
Reference in New Issue
Block a user