Skip to content

Commit 2544536

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 4 additions & 3 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 &&

0 commit comments

Comments
 (0)