Skip to content

Commit eb805c0

Browse files
committed
Drop support for PHP 8.1
1 parent 5fad27a commit eb805c0

File tree

3 files changed

+477
-436
lines changed

3 files changed

+477
-436
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php-versions: ['8.1', '8.2', '8.3', '8.4']
9+
php-versions: ['8.2', '8.3', '8.4']
1010
name: PHP ${{ matrix.php-versions }}
1111
steps:
1212
- uses: actions/checkout@v5

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"issues": "https://github.com/abraham/twitteroauth/issues"
2727
},
2828
"require": {
29-
"php": "^8.1",
29+
"php": "^8.2",
3030
"ext-curl": "*",
3131
"composer/ca-bundle": "^1.2"
3232
},
3333
"require-dev": {
34-
"phpunit/phpunit": "^9",
34+
"phpunit/phpunit": "^9 || ^10 || ^11 || ^12",
3535
"squizlabs/php_codesniffer": "^3 || ^4",
36-
"php-vcr/php-vcr": "^1",
36+
"php-vcr/php-vcr": "^1 || dev-master",
3737
"php-vcr/phpunit-testlistener-vcr": "^3",
3838
"rector/rector": "^0.15.7 || ^2.0.0"
3939
},

0 commit comments

Comments
 (0)