diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-11-21 18:02:16 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-11-21 18:02:16 +0000 |
| commit | 126eefdbe7b430e37d8bfb97b37a73c6d560b1f7 (patch) | |
| tree | f07a2fb02d709486ca8798c157c903b7bf7f413b /.github | |
| parent | a4e5fe2f3ba71e0c786004c1b9b0af24f45e7f0f (diff) | |
| download | webtrees-126eefdbe7b430e37d8bfb97b37a73c6d560b1f7.tar.gz webtrees-126eefdbe7b430e37d8bfb97b37a73c6d560b1f7.tar.bz2 webtrees-126eefdbe7b430e37d8bfb97b37a73c6d560b1f7.zip | |
Add PHP 8.6 to the CI test matrix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/phpcs.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/phpstan.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/phpunit.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml index 80435c1ea7..51404cd101 100644 --- a/.github/workflows/phpcs.yaml +++ b/.github/workflows/phpcs.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-version: ['8.3', '8.4', '8.5'] + php-version: ['8.3', '8.4', '8.5', '8.6'] fail-fast: false steps: diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml index e043ced231..db3e7ded58 100644 --- a/.github/workflows/phpstan.yaml +++ b/.github/workflows/phpstan.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-version: ['8.3', '8.4', '8.5'] + php-version: ['8.3', '8.4', '8.5', '8.6'] fail-fast: false steps: diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml index 7ac4e6bcfe..3199aeec99 100644 --- a/.github/workflows/phpunit.yaml +++ b/.github/workflows/phpunit.yaml @@ -11,7 +11,7 @@ jobs: strategy: matrix: operating-system: ['ubuntu-latest'] - php-version: ['8.3', '8.4', '8.5'] + php-version: ['8.3', '8.4', '8.5', '8.6'] fail-fast: false steps: |
