Skip to content

Commit fe8452b

Browse files
committed
lint with PHP 8.5
1 parent 2e17e2b commit fe8452b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
php: ['8.1', '8.2', '8.3', '8.4']
12+
php: ['8.1', '8.2', '8.3', '8.4', '8.5']
1313

1414
name: Linting - PHP ${{ matrix.php }}
1515
steps:

0 commit comments

Comments
 (0)