summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-02-19 13:20:41 +0000
committerGreg Roach <greg@subaqua.co.uk>2025-02-19 13:20:41 +0000
commit100ce7b2330ef196f2da423b2b72519c37e627cf (patch)
tree15a983198cfbdd7c7500da2be38f52d195add246 /.github
parent063e5bfcde5bb7ea21d13dce1b6ad10e52b00c24 (diff)
downloadwebtrees-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.yaml2
-rw-r--r--.github/workflows/phpstan.yaml2
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'