Skip to content

Commit 609fb51

Browse files
committed
Initial version
1 parent 534e595 commit 609fb51

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
- name: Setup PHP
15-
uses: PHPWatch/compile-php
15+
uses: PHPWatch/compile-php@main
1616

1717
- name: Display versions and env
1818
run: |

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Compile and install PHP - Test
1919
steps:
2020
- name: Setup PHP
21-
uses: PHPWatch/compile-php
21+
uses: PHPWatch/compile-php@main
2222

2323
- name: Display versions and env
2424
run: |

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,4 @@ runs:
161161
- name: Cleanup
162162
shell: bash
163163
run: |
164-
rm .php-src
164+
rm .php-src -Rf

0 commit comments

Comments
 (0)