Skip to content

Commit e6fc2e0

Browse files
authored
Merge pull request #1152 from abraham/php-8-2
Test on php 8.2
2 parents facf3c5 + 8871650 commit e6fc2e0

File tree

3 files changed

+190
-172
lines changed

3 files changed

+190
-172
lines changed

.github/workflows/test.yaml

+1-1
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.0', '8.1']
9+
php-versions: ['8.0', '8.1', '8.2']
1010
name: PHP ${{ matrix.php-versions }}
1111
steps:
1212
- uses: actions/checkout@v4

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
}
3333
],
3434
"require": {
35-
"php": "^8.0 || ^8.1",
35+
"php": "8.*",
3636
"ext-curl": "*",
3737
"composer/ca-bundle": "^1.2"
3838
},

0 commit comments

Comments
 (0)