Skip to content

Commit 6a33262

Browse files
authored
[TASK] Fix nightly CI matrix (#45)
1 parent d97a7a7 commit 6a33262

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/continuous-integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -292,17 +292,17 @@ jobs:
292292
- os: ubuntu-latest
293293
php-version: 'nightly'
294294
composer-version: '2'
295-
dependency-version: 'lowest'
295+
dependencies: 'lowest'
296296
experimental: true
297297
- os: ubuntu-latest
298298
php-version: 'nightly'
299299
composer-version: '2'
300-
dependency-version: 'stable'
300+
dependencies: 'stable'
301301
experimental: true
302302
- os: ubuntu-latest
303303
php-version: 'nightly'
304304
composer-version: '2'
305-
dependency-version: 'highest'
305+
dependencies: 'highest'
306306
experimental: true
307307
exclude:
308308
- os: ubuntu-latest

0 commit comments

Comments
 (0)