summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2024-03-21 13:55:17 +0000
committerGreg Roach <fisharebest@gmail.com>2024-03-21 13:55:17 +0000
commit19ceb1bc4b5b6e1e7a341159091659fb6881acdf (patch)
treec44a07e743ee2c099394c7aae33bc029723631a2 /.github
parentd3d2996b58c82ab8e688493a358bdb99c12a6359 (diff)
downloadwebtrees-19ceb1bc4b5b6e1e7a341159091659fb6881acdf.tar.gz
webtrees-19ceb1bc4b5b6e1e7a341159091659fb6881acdf.tar.bz2
webtrees-19ceb1bc4b5b6e1e7a341159091659fb6881acdf.zip
Do not run CI against PHP 8.1
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 a7dd7ac8b6..28d3899bca 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', '8.3', '8.4']
+ php-version: ['8.2', '8.3', '8.4']
fail-fast: false
steps:
diff --git a/.github/workflows/phpstan.yaml b/.github/workflows/phpstan.yaml
index 822dc76af7..b1df8e0bd7 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', '8.3' ]
+ php-version: ['8.2', '8.3' ]
fail-fast: false
steps:
diff --git a/.github/workflows/phpunit.yaml b/.github/workflows/phpunit.yaml
index 5239dda14c..869cd4d7c1 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', '8.3', '8.4']
+ php-version: ['8.2', '8.3', '8.4']
fail-fast: false
steps: