fix workflow

This commit is contained in:
Yuri Kuznetsov
2022-02-01 12:40:34 +02:00
parent b445de322c
commit 61772b8e40
+2 -1
View File
@@ -26,9 +26,10 @@ jobs:
- '8888:3306'
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
fail-fast: false
matrix:
php-versions: ['7.4', '8.1']
branches: ['master', 'fix']
branches: ['master']
steps:
- uses: actions/checkout@v2