Skip to content

Commit

Permalink
use php 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Jan 10, 2024
1 parent 21c69b6 commit 4565625
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.PANTHEON_UPSTREAM_SSH_KEY }}
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
- name: Unset GitHub Tokens
shell: bash
run: |
Expand Down

0 comments on commit 4565625

Please sign in to comment.