From ea6437e1bb738bfa44d73093991449584437d9e4 Mon Sep 17 00:00:00 2001 From: Ivan Voskoboinyk Date: Tue, 30 Sep 2025 17:29:11 +0200 Subject: [PATCH] Update test.yml Add more PHP versions to the test matrix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 34036cd..fa4251c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['7.3', '7.4', '8.0', '8.1'] + php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4'] steps: - uses: actions/checkout@master