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