From 063e6a15208cf1969a4e9ab0d9fd7fd6a35db5b9 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 24 Jan 2023 08:35:44 +0100 Subject: [PATCH] Drop 7.4 Signed-off-by: Joas Schilling --- .github/workflows/integration.yml | 2 +- .github/workflows/phpunit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 92b874f7c..4827b5925 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4'] + php-versions: ['8.1'] databases: ['sqlite', 'mysql', 'pgsql'] server-versions: ['master'] diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5f0ea8a67..a754bd8c3 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,7 +26,7 @@ jobs: strategy: fail-fast: false matrix: - php-versions: ['7.4', '8.0', '8.1'] + php-versions: ['8.0', '8.1'] databases: ['sqlite', 'mysql', 'pgsql'] server-versions: ['master']