Skip to content

Commit 70a7401

Browse files
committed
Test on PHP 8.2
With PHP 8.2 coming out later this year, we should be reading for it's release to ensure all out code works on it.
1 parent 1c57f79 commit 70a7401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.2
1415
- 8.1
1516
- 8.0
1617
- 7.4
@@ -82,6 +83,7 @@ jobs:
8283
strategy:
8384
matrix:
8485
php:
86+
- 8.2
8587
- 8.1
8688
- 8.0
8789
- 7.4

0 commit comments

Comments
 (0)