1
0
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:
Bruce Weirdan 2022-05-29 00:44:18 -04:00
parent 30f07bf947
commit 8455d71a9b

View File

@ -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