From 720f7572dea5a9a7286668c27ac4efd2995cda5e Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 25 Oct 2022 12:28:38 +0200 Subject: [PATCH] Remove 8.0 build --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77662031..8e6e9cd5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['8.0', 8.1, 8.2] + php: [8.1, 8.2] name: PHP ${{ matrix.php }}