Skip to content

Commit

Permalink
Release 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Mar 16, 2024
1 parent f69c6fd commit 51d8871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Set PHP 7.3
- name: Set PHP 8.0
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '8.0'

- name: Compile fink.phar
run: |
Expand Down

0 comments on commit 51d8871

Please sign in to comment.