Skip to content

Commit ab0c67e

Browse files
committed
Adapt workflow
1 parent 9706c4b commit ab0c67e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-application.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
dependencies: 'lowest'
2323
- php-version: '7.4'
2424
- php-version: '8.0'
25+
- php-version: '8.0'
26+
dev-dependencies: true
2527

2628
steps:
2729
- name: Checkout project
@@ -33,6 +35,10 @@ jobs:
3335
php-version: ${{ matrix.php-version }}
3436
tools: 'composer:v2'
3537

38+
- name: Allow unstable dependencies
39+
if: matrix.dev-dependencies == true
40+
run: composer config minimum-stability dev
41+
3642
- name: Install dependencies with Composer
3743
uses: ramsey/composer-install@v1
3844
with:

0 commit comments

Comments
 (0)