From 5c890d3e0e7b7aa585c9a35e5d28e3ed1dfff2eb Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 27 Jan 2022 12:31:51 +0200 Subject: [PATCH] fix workflow --- .github/workflows/test-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 2503468837..a9e12d0745 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -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