Skip to content

Commit 4748dbd

Browse files
committed
Only doing the lowest and highest version we support works
1 parent 2544536 commit 4748dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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, 8.2, 8.3, 8.4]
38+
PHPVERSION: [8.1, 8.4]
3939
TEST: [Unit, E2E]
4040
steps:
4141
- name: Get the repository

0 commit comments

Comments
 (0)