Skip to content

Commit

Permalink
test against lowest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Baptouuuu committed Sep 24, 2023
1 parent 986ca75 commit fa020ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest]
php-version: ['8.2']
dependencies: ['lowest']
name: 'PHPUnit'
steps:
- name: Checkout
Expand All @@ -21,6 +22,8 @@ jobs:
coverage: none
- name: Composer
uses: "ramsey/composer-install@v2"
with:
dependency-versions: ${{ matrix.dependencies }}
- name: PHPUnit
run: vendor/bin/phpunit
psalm:
Expand Down

0 comments on commit fa020ee

Please sign in to comment.