Skip to content

Commit

Permalink
feat(ci): Run tests with dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Czarnecki committed Sep 28, 2023
1 parent 5a5a03a commit 211080b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
dependencies:
- "lowest"
- "highest"
include:
- php-version: '8.3'
dependencies: 'highest'
composer-stability: 'dev'

env:
JMS_TESTS_SHOW_DEPRECATIONS: 1
Expand All @@ -37,6 +41,10 @@ jobs:
with:
php-version: ${{ matrix.php-version }}

- name: Composer config
if: ${{ matrix.composer-stability }}
run: composer config minimum-stability ${{ matrix.composer-stability }}

- name: "Install dependencies with Composer"
uses: "ramsey/composer-install@v1"
with:
Expand Down

0 comments on commit 211080b

Please sign in to comment.