Skip to content

Commit cd1a623

Browse files
committed
Added tests for PHP 8.2.
1 parent 7c7b8b0 commit cd1a623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-version: [
1818
'5.3', '5.4', '5.5', '5.6',
1919
'7.0', '7.1', '7.2', '7.3', '7.4',
20-
'8.0', '8.1'
20+
'8.0', '8.1', '8.2'
2121
]
2222

2323
steps:

0 commit comments

Comments
 (0)