Skip to content

Commit

Permalink
Run tests with lowest and highest dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mdio committed Oct 27, 2023
1 parent 84c63df commit f00a34d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
dependency-versions: ['lowest', 'highest']

runs-on: ubuntu-latest

Expand All @@ -35,7 +36,7 @@ jobs:
- name: Install dependencies
uses: ramsey/composer-install@v2
with:
dependency-versions: ${{ matrix.php-versions }}
dependency-versions: ${{ matrix.dependency-versions }}

- name: Run test suite
run: vendor/bin/phpunit

0 comments on commit f00a34d

Please sign in to comment.