From 68171a507978e45926e450f18973d097a58a0a18 Mon Sep 17 00:00:00 2001 From: Beau Date: Fri, 13 Dec 2024 19:33:48 +0100 Subject: [PATCH] fix: hardcode php version in composer setup (#17) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d74127..7cdd7ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,8 @@ jobs: - name: Setup Composer uses: php-actions/composer@v6 continue-on-error: true + with: + php_version: '8.2' - name: SurrealDB in Github Actions uses: surrealdb/setup-surreal@v2