Skip to content

Commit

Permalink
Update stan matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
martineiber authored and mattamon committed Apr 24, 2023
1 parent fae88c2 commit 45dc4c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
strategy:
matrix:
include:
- { php-version: "8.1", dependencies: "lowest", pimcore_version: "11.x-dev as 11.0.0", phpstan_args: "", experimental: false }
- { php-version: "8.2", dependencies: "highest", pimcore_version: "11.x-dev as 11.0.0", phpstan_args: "", experimental: true }
- { php-version: "8.1", dependencies: "lowest", experimental: false }
- { php-version: "8.2", dependencies: "highest", experimental: false }
- { php-version: "8.2", dependencies: "highest", pimcore_version: "11.x-dev as 11.0.0", experimental: true }
steps:
- name: "Checkout code"
uses: "actions/checkout@v2"
Expand Down

0 comments on commit 45dc4c0

Please sign in to comment.