From bd89122956e5fe6e649d4d7ee62127e84c5de4d5 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sun, 10 Sep 2023 00:31:48 -0400 Subject: [PATCH] Fix PHP version used in packaging --- .github/workflows/phar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phar.yml b/.github/workflows/phar.yml index 3aae0548f..125b2e7c4 100644 --- a/.github/workflows/phar.yml +++ b/.github/workflows/phar.yml @@ -15,7 +15,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '7.4' + php-version: '8.1' - name: Get composer cache directory id: composer-cache