Skip to content

Commit 75693c0

Browse files
authored
chore(tests): add php 5.3 test
1 parent fd08d5a commit 75693c0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/tests.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,17 @@ jobs:
5050
with:
5151
entrypoint: ./.github/actions/entrypoint.sh
5252

53+
test_php53:
54+
name: "PHP 5.3 Unit Test"
55+
runs-on: ubuntu-latest
56+
steps:
57+
- name: Checkout
58+
uses: actions/checkout@v2
59+
- name: Run Unit Tests
60+
uses: docker://php:5.3-cli
61+
with:
62+
entrypoint: ./.github/actions/entrypoint.sh
63+
5364
style:
5465
runs-on: ubuntu-latest
5566
name: PHP Style Check

0 commit comments

Comments
 (0)