Skip to content

Commit

Permalink
Explicitly set php version to be used during CI build (#1595)
Browse files Browse the repository at this point in the history
  • Loading branch information
balsama authored Sep 21, 2023
1 parent 2691e56 commit 471793e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
coverage: none
php-version: '8.1'
- name: 'Get ACLI version'
id: acli-version
run: |
Expand Down

0 comments on commit 471793e

Please sign in to comment.