From 69d2c9bb91277e55c0608711f8b435682ca592d9 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Fri, 15 Mar 2024 10:32:51 +0100 Subject: [PATCH] Bump --- .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 a269bb4..5e7e67c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: continue-on-error: ${{matrix.php == '8.0'}} strategy: matrix: - php: ['7.3', '7.4', '8.0'] + php: ['7.4', '8.0', '8.1'] deps: ['high', 'low', 'stable'] fail-fast: false steps: