Skip to content

Commit 5b0e69b

Browse files
committed
[+]: ci: run test with PHP 8.2
1 parent 9a38ef3 commit 5b0e69b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
php: [
2020
7.4,
2121
8.0,
22-
8.1
22+
8.1,
23+
8.2
2324
]
2425
composer: [basic]
2526
timeout-minutes: 10

0 commit comments

Comments
 (0)