Skip to content

Commit

Permalink
Merge pull request #917 from jrfnl/feature/ghactions-lint-against-all…
Browse files Browse the repository at this point in the history
…-supported-versions
  • Loading branch information
ramsey authored Nov 30, 2021
2 parents 7580630 + f630137 commit 2c5b9aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
lint:
name: "Lint"
runs-on: "ubuntu-latest"

strategy:
fail-fast: false
matrix:
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]

continue-on-error: ${{ matrix.php-version == '8.1' }}

steps:
- uses: "actions/checkout@v2"
- uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 2c5b9aa

Please sign in to comment.