summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2025-04-11 10:54:20 +0100
committerGreg Roach <greg@subaqua.co.uk>2025-04-11 10:54:20 +0100
commit76f790715d013b189cf674517fa66a6a91a501dc (patch)
tree03f143d7cbb7b9089d53efe817f0f23f52b3fbed /.github
parent204f8a906e5296416fedc2bbc4d1b5f589f6da57 (diff)
downloadwebtrees-76f790715d013b189cf674517fa66a6a91a501dc.tar.gz
webtrees-76f790715d013b189cf674517fa66a6a91a501dc.tar.bz2
webtrees-76f790715d013b189cf674517fa66a6a91a501dc.zip
Add PHP 8.5 to the CI scripts
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpstan.yaml2
-rw-r--r--.github/workflows/phpunit.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml
index 6600ff712c..e043ced231 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']
+ php-version: ['8.3', '8.4', '8.5']
fail-fast: false
steps:
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index a2647c0b02..7ac4e6bcfe 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']
+ php-version: ['8.3', '8.4', '8.5']
fail-fast: false
steps: