Skip to content

Commit 86bdffd

Browse files
committed
Drop PHP 8.1 support
1 parent 1d5c610 commit 86bdffd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: ['8.1', '8.2']
16+
php-versions: ['8.2']
1717

1818
steps:
1919
- uses: actions/checkout@v3

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^8.1",
13+
"php": "^8.2",
1414
"php-vcr/php-vcr": "^1.0"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)