diff options
| author | Greg Roach <greg@subaqua.co.uk> | 2025-02-19 13:20:41 +0000 |
|---|---|---|
| committer | Greg Roach <greg@subaqua.co.uk> | 2025-02-19 13:20:41 +0000 |
| commit | 100ce7b2330ef196f2da423b2b72519c37e627cf (patch) | |
| tree | 15a983198cfbdd7c7500da2be38f52d195add246 /.github | |
| parent | 063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24 (diff) | |
| download | webtrees-100ce7b2330ef196f2da423b2b72519c37e627cf.tar.gz webtrees-100ce7b2330ef196f2da423b2b72519c37e627cf.tar.bz2 webtrees-100ce7b2330ef196f2da423b2b72519c37e627cf.zip | |
Add PHP 8.5 to the CI workflow
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/phpcs.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/phpstan.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml index cf57f062d0..4335c67eff 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'] + php-version: ['8.3', '8.4', '8.5'] fail-fast: false steps: diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml index 66c54fef1e..9932c9caf6 100644 --- a/.github/workflows/phpstan.yaml +++ b/.github/workflows/phpstan.yaml @@ -15,7 +15,7 @@ jobs: fail-fast: false steps: - - uses: shivammathur/setup-php@v2 + - uses: shivammathur/setup-php@master with: php-version: ${{ matrix.php-version }} ini-file: 'development' |
