Skip to content

Commit

Permalink
don't need the matrix if we're only testing on one version
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed May 12, 2023
1 parent 2c987f2 commit 3534a9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ jobs:
validate:
name: "Run validation test suite"
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ["7.4"]

env:
# GITHUB_CONTEXT: ${{ toJson(github) }}
PANTHEON_WPVULNDB_API_TOKEN: ${{ secrets.PANTHEON_WPVULNDB_API_TOKEN }}
Expand Down Expand Up @@ -44,7 +42,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
php-version: 7.4
ini-values: post_max_size=256M, max_execution_time=120

- name: Get Composer Cache Directory
Expand Down

0 comments on commit 3534a9c

Please sign in to comment.