Skip to content

Commit fca1ede

Browse files
committed
Drop PHP 8.1
1 parent 62875da commit fca1ede

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['8.1', '8.2', '8.3', '8.4']
10+
php: ['8.2', '8.3', '8.4']
1111

1212
name: PHP ${{ matrix.php }}
1313

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"phpstan/phpstan": "^1.2.0"
2020
},
2121
"require": {
22-
"php" : ">=8.1",
22+
"php" : ">=8.2",
2323
"beberlei/assert": "^2.4 | ^3",
2424
"php-school/terminal": "^0.2.1",
2525
"ext-posix": "*",

0 commit comments

Comments
 (0)