Skip to content

Commit b013605

Browse files
committed
Fix name of setup action
1 parent f673faa commit b013605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: actions/checkout@v4
6565
- name: Setup PHP
6666
id: setup-php
67-
uses: php/setup-php-sdk-php@v0.10
67+
6868
with:
6969
version: ${{matrix.version}}
7070
arch: ${{matrix.arch}}

0 commit comments

Comments
 (0)