Skip to content

Commit

Permalink
[TASK] Fix nightly CI matrix (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Aug 9, 2022
1 parent d97a7a7 commit 6a33262
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,17 +292,17 @@ jobs:
- os: ubuntu-latest
php-version: 'nightly'
composer-version: '2'
dependency-version: 'lowest'
dependencies: 'lowest'
experimental: true
- os: ubuntu-latest
php-version: 'nightly'
composer-version: '2'
dependency-version: 'stable'
dependencies: 'stable'
experimental: true
- os: ubuntu-latest
php-version: 'nightly'
composer-version: '2'
dependency-version: 'highest'
dependencies: 'highest'
experimental: true
exclude:
- os: ubuntu-latest
Expand Down

0 comments on commit 6a33262

Please sign in to comment.