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