Skip to content

Commit

Permalink
Test with lowest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 19, 2023
1 parent 12b318b commit 88d4d61
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -39,6 +39,18 @@ jobs:
- GMP
- BCMath
- Native
deps:
- "highest"
include:
- php-version: "8.0"
calculator: GMP
deps: "lowest"
- php-version: "8.0"
calculator: BCMath
deps: "lowest"
- php-version: "8.0"
calculator: Native
deps: "lowest"

steps:
- name: Checkout
Expand All @@ -52,6 +64,8 @@ jobs:

- name: Install composer dependencies
uses: "ramsey/composer-install@v1"
with:
dependency-versions: ${{ matrix.deps }}

- name: Run PHPUnit
run: vendor/bin/phpunit
Expand Down

0 comments on commit 88d4d61

Please sign in to comment.