From 27d9428d6fcca487528f34ebc5e88b83d40aac2a Mon Sep 17 00:00:00 2001 From: Ivan Voskoboinyk Date: Fri, 15 May 2026 12:27:45 +0200 Subject: [PATCH] Add php 8.5 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 fa4251c..54cbea1 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', '8.2', '8.3', '8.4'] + php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] steps: - uses: actions/checkout@master