Skip to content

Commit 08f38f9

Browse files
committed
Bump min PHP version to 8.1
1 parent b018db2 commit 08f38f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
10+
php: ['8.1', '8.2', '8.3', '8.4']
1111

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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
}
1515
],
1616
"require-dev": {
17-
"phpunit/phpunit": "^8.0 | ^9.0",
17+
"phpunit/phpunit": "^9.0",
1818
"squizlabs/php_codesniffer": "^3.2",
1919
"phpstan/phpstan": "^1.2.0"
2020
},
2121
"require": {
22-
"php" : ">=7.1",
22+
"php" : ">=8.1",
2323
"beberlei/assert": "^2.4 | ^3",
2424
"php-school/terminal": "^0.2.1",
2525
"ext-posix": "*",

0 commit comments

Comments
 (0)