We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97a7a7 commit 6a33262Copy full SHA for 6a33262
.github/workflows/continuous-integration.yml
@@ -292,17 +292,17 @@ jobs:
292
- os: ubuntu-latest
293
php-version: 'nightly'
294
composer-version: '2'
295
- dependency-version: 'lowest'
+ dependencies: 'lowest'
296
experimental: true
297
298
299
300
- dependency-version: 'stable'
+ dependencies: 'stable'
301
302
303
304
305
- dependency-version: 'highest'
+ dependencies: 'highest'
306
307
exclude:
308
0 commit comments