Skip to content

Commit

Permalink
Test on lowest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Dec 6, 2023
1 parent 8641fce commit a9e0b98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
deps:
- "highest"
include:
- php-version: "8.1"
deps: "lowest"

steps:
- name: Checkout
Expand All @@ -28,6 +33,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 a9e0b98

Please sign in to comment.