Skip to content

Commit

Permalink
Run Shepherd with 8.0
Browse files Browse the repository at this point in the history
Because installing packages with 8.1 and checking them as if we're
running 7.1 just doesn't work.
  • Loading branch information
weirdan committed May 29, 2022
1 parent 06d8e3e commit 8878c2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shepherd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8878c2f

Please sign in to comment.