Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Only lint supported php versions
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed May 17, 2022
commit d9ec7c7235fc4fb5cc9d9ebb21da7964c2d18c64
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['7.3', '7.4', '8.0', "8.1"]
php-versions: ['7.4', '8.0', "8.1"]
name: php${{ matrix.php-versions }} lint
steps:
- name: Checkout
Expand Down