Skip to content

Commit

Permalink
Merge pull request #44 from pact-foundation/revert-version
Browse files Browse the repository at this point in the history
ci: Run integration tests with lowest composer version (2.3)
  • Loading branch information
tienvx authored Apr 25, 2024
2 parents 6435689 + 54b672c commit 8f0a65c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
dependencies: [ 'lowest', 'highest' ]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
Expand All @@ -47,7 +48,7 @@ jobs:
if: ${{ matrix.os == 'macos-latest' }}
- uses: ramsey/composer-install@v3
with:
dependency-versions: 'highest'
dependency-versions: ${{ matrix.dependencies }}
- name: Run integration tests
run: ./vendor/bin/phpunit --testsuite=Integration

Expand Down

0 comments on commit 8f0a65c

Please sign in to comment.