Skip to content

Commit bbd4822

Browse files
committed
Lint on php 8.2 and later. Repo should be readonly to the lint action.
1 parent 0432dfd commit bbd4822

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/lint.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
- push
55
- pull_request
66

7+
permissions:
8+
contents: read
9+
710
jobs:
811
tests:
912
name: "Lint"
@@ -13,10 +16,9 @@ jobs:
1316
strategy:
1417
matrix:
1518
php-version:
16-
- "8.0"
17-
- "8.1"
1819
- "8.2"
1920
- "8.3"
21+
- "8.4"
2022

2123
steps:
2224
- name: "Checkout"

0 commit comments

Comments
 (0)