Skip to content

Commit

Permalink
try running CI with stability=dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaicher committed Jan 23, 2024
1 parent 499e964 commit 6f15d8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,15 @@ jobs:
allowed-to-fail: [false]
symfony-require: ['']
variant: [normal]
stability: ['']
include:
- php-version: '8.0'
dependencies: lowest
allowed-to-fail: false
variant: normal
- php-version: '8.0'
allowed-to-fail: true
stability: dev

steps:
- name: Checkout
Expand All @@ -70,6 +74,10 @@ jobs:
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins symfony/flex
- name: Configure Composer minimum stability
if: matrix.stability
run: composer config minimum-stability ${{ matrix.stability }}

- name: Install variant
if: matrix.variant != 'normal' && !startsWith(matrix.variant, 'symfony/symfony')
run: composer require ${{ matrix.variant }} --no-update
Expand Down

0 comments on commit 6f15d8a

Please sign in to comment.