Skip to content

Commit 389f39e

Browse files
committed
Add PHP 8.2 support
1 parent 23126d3 commit 389f39e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build and test
1616
strategy:
1717
matrix:
18-
php: [7.3, 7.4, 8.0, 8.1]
18+
php: [7.3, 7.4, 8.0, 8.1, 8.2]
1919
deps: [high]
2020
include:
2121
- php: 7.3
@@ -56,7 +56,7 @@ jobs:
5656
needs: tests
5757
strategy:
5858
matrix:
59-
php: [7.3, 7.4, 8.0, 8.1]
59+
php: [7.3, 7.4, 8.0, 8.1, 8.2]
6060

6161
steps:
6262
- 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": "^7.3 || ~8.0.0 || ~8.1.0",
13+
"php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0",
1414
"phpunit/phpunit": "^9.0"
1515
},
1616
"conflict": {

0 commit comments

Comments
 (0)