Skip to content

Commit

Permalink
First fail on already known PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Dec 2, 2024
1 parent eea6be2 commit 3fbd2d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
TEST: [Unit, E2E]
CRAWL_SHADOW_MODE: [0]
SQL_OPTIONS: [--health-cmd="healthcheck.sh --connect --innodb_initialized"]
include:
- PHPVERSION: 8.4
TEST: Unit
SQL: mysql
SQL_OPTIONS: --health-cmd="mysqladmin ping"
#include:
# - PHPVERSION: 8.4
# TEST: Unit
# SQL: mysql
# SQL_OPTIONS: --health-cmd="mysqladmin ping"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 3fbd2d4

Please sign in to comment.