Skip to content

Commit e0f2988

Browse files
committed
Drop PHP 8.2
1 parent 6833e8d commit e0f2988

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', '8.2'
20+
'8.0', '8.1'
2121
]
2222

2323
steps:

0 commit comments

Comments
 (0)