Skip to content

Commit d87688f

Browse files
authored
chore(tests): fix entrypoint for php 5.3 (#333)
1 parent 75693c0 commit d87688f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Checkout
5858
uses: actions/checkout@v2
5959
- name: Run Unit Tests
60-
uses: docker://php:5.3-cli
60+
uses: docker://tomsowerby/php-5.3:cli
6161
with:
6262
entrypoint: ./.github/actions/entrypoint.sh
6363

0 commit comments

Comments
 (0)