From cb94242edc5abc285cbee7f862936d1828634623 Mon Sep 17 00:00:00 2001 From: Shivam Mathur Date: Thu, 25 Sep 2025 20:52:39 +0530 Subject: [PATCH] Add 8.6 in workflows --- .github/workflows/docs.yml | 2 +- .github/workflows/php.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e4f6f6b0..10a1a93c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,7 +17,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-13] - php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] + php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6'] steps: - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4ae6b7a0..04f4e475 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false matrix: operating-system: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-13] - php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] + php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6'] include: - operating-system: ubuntu-24.04 php-versions: ''