From ce95a7259cb2fd9a9be859be30e8962a9c74d4fd Mon Sep 17 00:00:00 2001 From: Rudi Theunissen Date: Wed, 10 Jan 2024 22:42:29 -0800 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e9f36e..2551ffc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,13 +15,11 @@ jobs: strategy: matrix: php-version: - - "7.0" - - "7.1" - - "7.2" - - "7.3" - "7.4" - "8.0" - "8.1" + - "8.2" + - "8.3" dependencies: - "highest"