From a39f1709aef433a4723fecf46c8189b1d15950a3 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Thu, 27 Nov 2025 11:58:35 +0100 Subject: [PATCH] add php 8.5 to version matrix in test.yaml --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f332417..2a21ab8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - php-version: [ '8.3', '8.4' ] + php-version: [ '8.3', '8.4', '8.5' ] name: Run tests on PHP v${{ matrix.php-version }} @@ -48,4 +48,4 @@ jobs: run: composer test - name: Run phpbench tests - run: composer bench \ No newline at end of file + run: composer bench