We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e17e2b commit fe8452bCopy full SHA for fe8452b
.github/workflows/linting.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- php: ['8.1', '8.2', '8.3', '8.4']
+ php: ['8.1', '8.2', '8.3', '8.4', '8.5']
13
14
name: Linting - PHP ${{ matrix.php }}
15
steps:
0 commit comments