Skip to content

Commit 469063e

Browse files
authored
Merge pull request #899 from nextcloud/ci/phpunit-drop-php-8.2
ci: replace PHP 8.2 with PHP 8.4 in the PHPUnit matrix
2 parents f80f109 + 0f89f4a commit 469063e

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', '8.4']
2626
server-version: ['master']
2727

2828
steps:

0 commit comments

Comments
 (0)