Skip to content

Commit 4123450

Browse files
authored
Merge pull request #756 from nextcloud/nickvergessen-patch-1
chore: Fix linting supported PHP versions
2 parents 3972023 + bb12519 commit 4123450

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
php-versions: [8.2', "8.3", "8.4"]
25+
php-versions: ["8.2", "8.3", "8.4", "8.5"]
2626

2727
name: php-lint
2828

0 commit comments

Comments
 (0)