fix workflow

This commit is contained in:
Yuri Kuznetsov
2022-01-27 12:31:51 +02:00
parent 496d132c23
commit 5c890d3e0e
+2 -2
View File
@@ -2,7 +2,7 @@ name: Test Integration
on:
schedule:
- cron: '0 10 * * *'
- cron: '0 11 * * *'
jobs:
test:
@@ -27,7 +27,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php-versions: ['7.4']
php-versions: ['7.4', '8.1']
steps:
- uses: actions/checkout@v2