Skip to content

Commit

Permalink
fix php version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed May 10, 2024
1 parent 286c0d3 commit be0d443
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.1'
coverage: none

- name: Delete Old Builds
run: rm builds/githooks builds/php7.1/githooks builds/php7.3/githooks

Expand Down

0 comments on commit be0d443

Please sign in to comment.