From 90bd4fb47d57d96847e56a6b3f062a8650018800 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Wed, 3 Nov 2021 20:16:11 +0545 Subject: [PATCH] Do not do PHP 8.1 CI yet --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 46d9c93..8acf156 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1'] + php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0'] steps: - name: Checkout uses: actions/checkout@v2