Skip to content

Commit

Permalink
Temporarily disable 1.6 PHPStan checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jokesterfr committed Nov 23, 2023
1 parent d39d709 commit 03c26c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/quality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
ps_version: ["1.6.1.24", "1.7.8.10", "8.1.1"]
ps_version: ["1.7.8.10", "8.1.1"]
# @TODO: "1.6.1.24" is temporarily disabled here
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 03c26c2

Please sign in to comment.