From 8d308827839287816561b9fc98480f57ce15dbf9 Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Wed, 10 Jan 2024 14:57:09 +0100 Subject: [PATCH] fix(ci): Drop php8.0 Signed-off-by: Marcel Klehr --- .github/workflows/phpunit-mysql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-mysql.yml b/.github/workflows/phpunit-mysql.yml index c3a8efa2..88df21a6 100644 --- a/.github/workflows/phpunit-mysql.yml +++ b/.github/workflows/phpunit-mysql.yml @@ -39,7 +39,7 @@ jobs: strategy: matrix: - php-versions: ['8.0', '8.1', '8.2', '8.3'] + php-versions: ['8.1', '8.2', '8.3'] server-versions: ['master', 'stable28'] services: