Skip to content

Commit e040005

Browse files
committed
ci: drop PHP 8.2 from PHPUnit matrix as server master requires PHP 8.3
Signed-off-by: Oleksander Piskun <oleksandr2088@icloud.com>
1 parent f80f109 commit e040005

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php-version: ['8.2', '8.3']
25+
php-version: ['8.3']
2626
server-version: ['master']
2727

2828
steps:

0 commit comments

Comments
 (0)