Skip to content

Commit a338f6f

Browse files
committed
Bump PHP dependency to ^8.1
1 parent 9f19946 commit a338f6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php-versions: ['7.4', '8.0', '8.1', '8.2']
11+
php-versions: ['8.1', '8.2']
1212

1313
name: PHP ${{ matrix.php-versions }}
1414

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.4 || ^8.0",
15+
"php": "^8.1",
1616
"doctrine/inflector": "^1.0 || ^2.0",
1717
"ext-json": "*",
1818
"composer/metadata-minifier": "^1.0",

0 commit comments

Comments
 (0)