Skip to content

Commit

Permalink
Update static-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kingjia90 authored Jul 25, 2024
1 parent 6ccef6e commit 21b253a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
include:
- { php-version: "8.1", database: "mariadb:10.11", dependencies: "lowest", phpstan_args: "", experimental: false }
- { php-version: "8.2", database: "mariadb:10.11", dependencies: "highest", phpstan_args: "", experimental: false }
- { php-version: "8.3", database: "mariadb:10.11", dependencies: "highest", pimcore_version: "11.x-dev as 11.0.0", phpstan_args: "", experimental: true }
- { php-version: "8.3", database: "mariadb:10.11", dependencies: "highest", phpstan_args: "", experimental: false }
steps:
- name: "Checkout code"
uses: "actions/checkout@v2"
Expand Down

0 comments on commit 21b253a

Please sign in to comment.