From 2fa11d579398d6fea0424d9b2787b2c00ed161c7 Mon Sep 17 00:00:00 2001 From: Evan Sims Date: Fri, 25 Aug 2023 01:45:31 -0500 Subject: [PATCH] Update workflows --- .github/workflows/matrix.json | 1 - .github/workflows/semgrep.yml | 1 + .github/workflows/snyk.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/matrix.json b/.github/workflows/matrix.json index b27baa53..a38b5ef5 100644 --- a/.github/workflows/matrix.json +++ b/.github/workflows/matrix.json @@ -1,6 +1,5 @@ { "include": [ - { "php": "8.0" }, { "php": "8.1" }, { "php": "8.2" } ] diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 9efe3f6c..05c61802 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -38,6 +38,7 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: ./.github/actions/setup with: php: 8.0 diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index 9e4afe87..2fb98678 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -35,6 +35,7 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: ./.github/actions/setup with: php: 8.0 @@ -42,6 +43,5 @@ jobs: extensions: mbstring - uses: snyk/actions/php@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0 - continue-on-error: true env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}