Skip to content

Commit 509c7e3

Browse files
committed
Drop support for PHP 8.1
1 parent 1bb28d9 commit 509c7e3

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ body:
2222
description: Which PHP versions did you run your code?
2323
multiple: true
2424
options:
25-
- '8.1'
2625
- '8.2'
26+
- '8.3'
27+
- '8.4'
28+
- '8.5'
2729
validations:
2830
required: true
2931

.github/workflows/test-phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
fail-fast: false
3232
matrix:
3333
php-version:
34-
- '8.1'
34+
- '8.2'
3535
- '8.5'
3636

3737
steps:

.github/workflows/test-phpunit.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
fail-fast: false
3030
matrix:
3131
php-version:
32-
- '8.1'
3332
- '8.2'
3433
- '8.3'
3534
- '8.4'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"slack": "https://codeigniterchat.slack.com"
2323
},
2424
"require": {
25-
"php": "^8.1",
25+
"php": "^8.2",
2626
"phpstan/phpstan": "^2.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)