From 88263700436486ada678a449ea71932fc0e9c839 Mon Sep 17 00:00:00 2001 From: zak39 Date: Tue, 16 Jul 2024 11:00:19 +0200 Subject: [PATCH] ci: Update the version of PHP to 8.2 I updated to get errors with this ci. --- .github/workflows/makefile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml index 1d4e5c56a..b47f47614 100644 --- a/.github/workflows/makefile.yml +++ b/.github/workflows/makefile.yml @@ -25,7 +25,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: '8.0' + php-version: '8.2' - name: Install dependencies run: make