Skip to content

Commit 0b8379a

Browse files
committed
Run against all PHP versions
1 parent abbcb97 commit 0b8379a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
3636
strategy:
3737
matrix:
38-
PHPVERSION: [8.1]
39-
TEST: [Unit]
38+
PHPVERSION: [8.1, 8.2, 8.3, 8.4]
39+
TEST: [Unit, E2E]
4040
steps:
41-
- uses: actions/checkout@v4
41+
- name: Get the repository
42+
uses: actions/checkout@v4
4243
- name: info
4344
run: |
4445
cat /proc/cmdline && echo &&
@@ -64,7 +65,7 @@ jobs:
6465
- name: Get SQL logs
6566
run: docker logs "${{ job.services.sqlserver.id }}"
6667
- name: Collect docker logs on failure
67-
if: ${{ !cancelled() }}
68+
if: {{ !cancelled() }}
6869
uses: jwalton/gh-docker-logs@v1
6970
with:
7071
dest: '/tmp/docker-logs'

0 commit comments

Comments
 (0)