From 8cf53525be4244131b6fd7339a00dc8c0625fabb Mon Sep 17 00:00:00 2001 From: Daniel Leech Date: Sat, 16 Mar 2024 12:08:39 +0000 Subject: [PATCH] Fixing the box build --- .github/workflows/release-phar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-phar.yml b/.github/workflows/release-phar.yml index c1f1b33..5c2fbec 100644 --- a/.github/workflows/release-phar.yml +++ b/.github/workflows/release-phar.yml @@ -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: |