summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2023-06-06 12:30:13 +0100
committerGreg Roach <greg@subaqua.co.uk>2023-06-06 12:46:36 +0100
commit47fbabfaf6bcc9ddb84526bde50d7b213057cf67 (patch)
treecb4defa97e32fd05b8359952f3e9559fd93de68e /.github
parentebe785f43b7beec06e045d0aee82a3754562514b (diff)
downloadwebtrees-47fbabfaf6bcc9ddb84526bde50d7b213057cf67.tar.gz
webtrees-47fbabfaf6bcc9ddb84526bde50d7b213057cf67.tar.bz2
webtrees-47fbabfaf6bcc9ddb84526bde50d7b213057cf67.zip
webtrees 2.2 will run on PHP 8.3
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/phpcs.yaml2
-rw-r--r--.github/workflows/phpstan.yaml2
-rw-r--r--.github/workflows/phpunit.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/phpcs.yaml b/.github/workflows/phpcs.yaml
index 020a22c136..e7d5212c69 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.1', '8.2']
+ php-version: ['8.1', '8.2', '8.3']
steps:
- uses: shivammathur/setup-php@master
diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml
index 7db71b24a5..4b1517c45c 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.1', '8.2']
+ php-version: ['8.1', '8.2', '8.3']
steps:
- uses: shivammathur/setup-php@master
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index a90e4a8a67..3f9d2af28e 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.1', '8.2']
+ php-version: ['8.1', '8.2', '8.3']
steps:
- uses: shivammathur/setup-php@master