Skip to content

Commit

Permalink
Test on multiple PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Aug 29, 2023
1 parent 2c38f46 commit e4b7bd4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,17 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
fail-fast: false


jobs:
Mink:
Tests:
runs-on: ubuntu-latest

strategy:
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
fail-fast: false

steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit e4b7bd4

Please sign in to comment.