Skip to content

Commit

Permalink
chore: increase the php unit test matrix to use prefer lowest and reg…
Browse files Browse the repository at this point in the history
…ular
  • Loading branch information
luislard committed Nov 6, 2023
1 parent c3b39a2 commit 2c9d84e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/php-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
fail-fast: false
matrix:
php-versions: [ '8.0', '8.1', '8.2' ]
dependency-versions: ['highest', 'lowest']

steps:
- name: Checkout
Expand All @@ -44,6 +45,8 @@ jobs:

- name: Install Composer dependencies
uses: ramsey/composer-install@v2
with:
dependency-versions: ${{ matrix.dependency-versions }}

- name: Run unit tests
run: composer tests:unit:${{ ((env.USE_COVERAGE == 'yes') && 'codecov') || 'no-cov' }}
Expand Down

0 comments on commit 2c9d84e

Please sign in to comment.