Skip to content

Commit

Permalink
Update the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Apr 4, 2024
1 parent d3be9a2 commit 7242a34
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,12 @@ env:

jobs:
PHPUnit:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
include:
- { php-version: 7.4, dependency-version: prefer-lowest }
- { php-version: 7.4, dependency-version: prefer-stable }
- { php-version: 8.1, dependency-version: prefer-stable }
- { php-version: 8.1, dependency-version: prefer-lowest }
- { php-version: 8.2, dependency-version: prefer-stable }
- { php-version: 8.3, dependency-version: prefer-stable }
name: PHPUnit (PHP ${{matrix.php-version}}, ${{ matrix.dependency-version }})
Expand Down

0 comments on commit 7242a34

Please sign in to comment.