From cf0bfc12f03ff1384564211b7348b578fa8777cd Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Thu, 27 Nov 2025 10:05:11 +0100 Subject: [PATCH] add php 8.5 to version matrix in tests.yaml --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 5c71aca..7e05dcb 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.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 }} @@ -50,4 +50,4 @@ jobs: uses: ericsizemore/phpunit-coverage-check-action@2.0.0 with: clover_file: 'coverage.xml' - threshold: 75 \ No newline at end of file + threshold: 75