Skip to content

Commit

Permalink
Fix .yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnynews committed Dec 18, 2023
1 parent 6dc697c commit f85967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-unit-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ports:
- 3306
options: --health-cmd="healthcheck.sh --su-mysql --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
continue-on-error: ${{ matrix.experimental == true }}
continue-on-error: ${{ matrix.experimental == true }}
strategy:
matrix:
php: ['7.0', '7.2', '7.4', '8.0', '8.1', '8.2', '8.3']
Expand Down

0 comments on commit f85967d

Please sign in to comment.