Skip to content

Commit

Permalink
chore: add PHP 8.3 to the matrix; update codeql action
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Apr 28, 2024
1 parent 5d592cc commit c074d24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -92,7 +92,7 @@ jobs:
run: "./vendor/bin/psalm --taint-analysis --report=build/logs/psalm.sarif"

- name: "Upload security analysis results to GitHub"
uses: "github/codeql-action/upload-sarif@v2"
uses: "github/codeql-action/upload-sarif@v3"
with:
sarif_file: "build/logs/psalm.sarif"

Expand Down Expand Up @@ -147,6 +147,7 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
composer-deps: ["lowest", "highest"]

steps:
Expand Down

0 comments on commit c074d24

Please sign in to comment.