Skip to content

Commit

Permalink
Fixing the box build
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Mar 16, 2024
1 parent 06947d2 commit 8cf5352
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 8.0
- name: Set PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'

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

0 comments on commit 8cf5352

Please sign in to comment.