Skip to content

Commit

Permalink
fix: hardcode php version in composer setup (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
welpie21 authored Dec 13, 2024
1 parent 3a3a6e2 commit 68171a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68171a5

Please sign in to comment.