Skip to content

Commit

Permalink
CI: use PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
HMKnapp committed Sep 30, 2021
1 parent 0178e59 commit 802af73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
tools: composer
- name: Install Dependencies
run: composer install
- name: Pack Release zip
Expand Down

0 comments on commit 802af73

Please sign in to comment.