Skip to content

Commit

Permalink
Fix PHPStan job in GitHub Actions Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mcaskill committed Nov 26, 2023
1 parent 0eb9ac8 commit 89f009f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,12 @@ jobs:

strategy:
matrix:
php-version:
- "7.2"
- "latest"
include:
- php-version: "7.2"
experimental: false
- php-version: "8.2"
experimental: true
fail-fast: false

steps:
- name: "Checkout"
Expand Down

0 comments on commit 89f009f

Please sign in to comment.