From 79032d181b0c3b4e870a34bd976b5657552e5264 Mon Sep 17 00:00:00 2001 From: Paul Vogel Date: Wed, 26 Nov 2025 14:25:18 +0100 Subject: [PATCH] add php 8.5 to php-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 85a3026..755e4b4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -12,7 +12,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 }} @@ -40,4 +40,4 @@ jobs: run: composer install --no-interaction --prefer-dist --no-progress - name: Run phpunit tests - run: vendor/bin/phpunit --testsuite tests --colors=always --testdox \ No newline at end of file + run: vendor/bin/phpunit --testsuite tests --colors=always --testdox