Skip to content

Commit 378518e

Browse files
authored
Update Lint.yml
Testing php 8.4
1 parent a62e162 commit 378518e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
19+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4

0 commit comments

Comments
 (0)