From 155a34245fa0e8d967d1fc1db3c295310f129ae9 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 10 Nov 2022 16:40:25 +0200 Subject: [PATCH] discard 8.2 from workflow --- .github/workflows/test-integration.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 0e2bbf6c56..94f1ee337d 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['8.0', '8.2'] + php-versions: ['8.0', '8.1'] branches: ['master'] steps: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 88469bf3b0..11e21adc50 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - php-versions: ['8.0', '8.1', '8.2'] + php-versions: ['8.0', '8.1'] steps: - uses: actions/checkout@v2