Skip to content

Commit

Permalink
Test on lowest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Aug 11, 2023
1 parent f3a58d2 commit 76c65ef
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,18 @@ jobs:
- GMP
- BCMath
- Native
deps:
- "highest"
include:
- php-version: "8.1"
calculator: GMP
deps: "lowest"
- php-version: "8.1"
calculator: BCMath
deps: "lowest"
- php-version: "8.1"
calculator: Native
deps: "lowest"

steps:
- name: Checkout
Expand All @@ -55,6 +67,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 76c65ef

Please sign in to comment.