Skip to content

Commit dd1e6a9

Browse files
committed
Fix PHP installation.
1 parent d601d5a commit dd1e6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: require_php
2525
run: echo "php 8.3" > ~/.tool-versions
2626
- name: install_php
27-
run: asdf install php
27+
run: asdf install php@8.3
2828
- name: test_php
2929
run: |
3030
required_version="8.3" && \

0 commit comments

Comments
 (0)