Skip to content

Commit

Permalink
tests for multiple symfony http client versions
Browse files Browse the repository at this point in the history
  • Loading branch information
liborm85 committed Nov 10, 2023
1 parent 5551e46 commit 14057ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
php: [ '8.1', '8.2', '8.3' ]
httpclient: [ '6.1', '6.2', '6.3' ]

steps:
- uses: actions/checkout@v2
Expand All @@ -23,7 +24,7 @@ jobs:
php-version: "${{ matrix.php }}"

- name: Install dependencies
run: composer install --prefer-dist --no-progress
run: composer install --prefer-dist --no-progress symfony/http-client ${{ matrix.httpclient }}

- name: Run PHPUnit
run: composer test

0 comments on commit 14057ec

Please sign in to comment.