Skip to content

Commit

Permalink
Run against all PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 7, 2024
1 parent abbcb97 commit 0b8379a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,11 @@ jobs:
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
PHPVERSION: [8.1]
TEST: [Unit]
PHPVERSION: [8.1, 8.2, 8.3, 8.4]
TEST: [Unit, E2E]
steps:
- uses: actions/checkout@v4
- name: Get the repository
uses: actions/checkout@v4
- name: info
run: |
cat /proc/cmdline && echo &&
Expand All @@ -64,7 +65,7 @@ jobs:
- name: Get SQL logs
run: docker logs "${{ job.services.sqlserver.id }}"
- name: Collect docker logs on failure
if: ${{ !cancelled() }}
if: {{ !cancelled() }}
uses: jwalton/gh-docker-logs@v1
with:
dest: '/tmp/docker-logs'
Expand Down

0 comments on commit 0b8379a

Please sign in to comment.