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