Skip to content

Commit

Permalink
Merge pull request #1515 from scyzoryck/test-dev-deps
Browse files Browse the repository at this point in the history
feat(ci): Run tests with dev dependencies
  • Loading branch information
scyzoryck authored Oct 1, 2023
2 parents da7d46f + 211080b commit 544ff69
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 544ff69

Please sign in to comment.