From 84220bff990361bd5ff6717ccc86f685ac6b66f0 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Thu, 10 Oct 2024 01:06:13 +0200 Subject: [PATCH] ci: Add PHP 8.1 through 8.4 - 8.1 was introduced in 66215a6c809ba63a59b5d598c4ddd7842bb3d52b - 8.2 and 8.3 was introduced in 9bdd3b6b2eca914aec4a57f7c070e4bea3e428e8 - 8.4 cherry picked from commit 5b9551d1e325f4a7060e1e64ee20bdbfcb632b8f --- .github/workflows/continuous-integration.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 8515ee8..15e0217 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -28,6 +28,10 @@ jobs: - "7.3" - "7.4" - "8.0" + - "8.1" + - "8.2" + - "8.3" + - "8.4" steps: - name: "Checkout"