Skip to content

Commit d5391fe

Browse files
committed
Add PHP 8.2 to the build matrix
1 parent e0c2cb2 commit d5391fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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.2, 7.3, 7.4, 8.0, 8.1]
18+
php: [7.2, 7.3, 7.4, 8.0, 8.1, 8.2]
1919
deps: [high]
2020
include:
2121
- php: 8.0

0 commit comments

Comments
 (0)