Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stayallive committed Nov 5, 2024
1 parent 193f0ff commit cf067ac
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
tests:
name: Tests
name: Tests (${{ matrix.os }}, ${{ matrix.php.version }}, ${{ matrix.dependencies }})
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand All @@ -27,14 +27,14 @@ jobs:
- ubuntu-latest
- windows-latest
php:
- { version: '7.2', phpunit: '8.5.*' }
- { version: '7.3', phpunit: '9.6.*' }
- { version: '7.4', phpunit: '9.6.*' }
- { version: '8.0', phpunit: '9.6.*' }
- { version: '8.1', phpunit: '9.6.*' }
- { version: '8.2', phpunit: '9.6.*' }
- { version: '8.3', phpunit: '9.6.*' }
- { version: '8.4', phpunit: '9.6.*' }
- { version: '7.2', phpunit: '^8.5.40' }
- { version: '7.3', phpunit: '^9.6.21' }
- { version: '7.4', phpunit: '^9.6.21' }
- { version: '8.0', phpunit: '^9.6.21' }
- { version: '8.1', phpunit: '^9.6.21' }
- { version: '8.2', phpunit: '^9.6.21' }
- { version: '8.3', phpunit: '^9.6.21' }
- { version: '8.4', phpunit: '^9.6.21' }
dependencies:
- lowest
- highest
Expand Down

0 comments on commit cf067ac

Please sign in to comment.