Skip to content

Commit

Permalink
ci: fixup booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 24, 2024
1 parent f1dfb27 commit f7a3b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
php-version: ["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
os: [ubuntu-latest]
experimental: [false]
coverage-required: [false]
coverage-required: [true]
composer-options: ['']
include:
- { php-version: '7.2', experimental: false, os: ubuntu-latest, composer-options: '', coverage-required: true }
- { php-version: '7.2', experimental: false, os: ubuntu-latest, composer-options: '', coverage-required: false }
- { php-version: 'nightly', experimental: true, os: ubuntu-latest, composer-options: '--ignore-platform-reqs' }
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f7a3b7e

Please sign in to comment.