Skip to content

Commit

Permalink
Disable psalm for 8.0 and 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
defuse committed Jun 17, 2023
1 parent 94ec9a9 commit d8660a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ matrix:
- php: "7.4"
env: USE_PSALM=1
- php: "8.0"
env: USE_PSALM=1
# psalm currently doesn't like our \[#SensitiveParameter]s
env: USE_PSALM=0
- php: "8.1"
# psalm currently doesn't like our \[#SensitiveParameter]s
env: USE_PSALM=1
env: USE_PSALM=0
- php: "8.2"
# psalm currently doesn't like our \[#SensitiveParameter]s
env: USE_PSALM=1
dist: focal
- php: "nightly"
Expand Down

0 comments on commit d8660a4

Please sign in to comment.