We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbcb97 commit 2544536Copy full SHA for 2544536
.github/workflows/unit-tests.yml
@@ -35,10 +35,11 @@ jobs:
35
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
36
strategy:
37
matrix:
38
- PHPVERSION: [8.1]
39
- TEST: [Unit]
+ PHPVERSION: [8.1, 8.2, 8.3, 8.4]
+ TEST: [Unit, E2E]
40
steps:
41
- - uses: actions/checkout@v4
+ - name: Get the repository
42
+ uses: actions/checkout@v4
43
- name: info
44
run: |
45
cat /proc/cmdline && echo &&
0 commit comments