From 72e40c17042f51fab5b6d8eddae346b666d12e32 Mon Sep 17 00:00:00 2001 From: Oliver Vogel Date: Thu, 11 Jun 2026 16:10:13 +0200 Subject: [PATCH] Add PHP 8.5 to testing workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9df382..29eba2d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - php: ['8.1', '8.2', '8.3', '8.4', '8.5'] + php: ['8.1', '8.2', '8.3', '8.4', '8.5', '8.6'] name: Testing on PHP ${{ matrix.php }} steps: - name: Checkout