Skip to content

Commit

Permalink
Merge pull request #8029 from weirdan/fix-shepherd-job
Browse files Browse the repository at this point in the history
Run Shepherd with 8.0
  • Loading branch information
orklah committed May 30, 2022
2 parents 30f07bf + 8455d71 commit 3aadec6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shepherd.yml
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 3aadec6

Please sign in to comment.