Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Aug 25, 2023
1 parent 5fb1414 commit 2fa11d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/matrix.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"include": [
{ "php": "8.0" },
{ "php": "8.1" },
{ "php": "8.2" }
]
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: ./.github/actions/setup
with:
php: 8.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ jobs:

steps:
- uses: actions/checkout@v3

- uses: ./.github/actions/setup
with:
php: 8.0
coverage: none
extensions: mbstring

- uses: snyk/actions/php@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected]
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 2fa11d5

Please sign in to comment.