Skip to content

Commit

Permalink
test matrix improve
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 3, 2025
1 parent 8e14908 commit ce419c1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
php: ["8.1", "8.2", "8.3", "8.4"]
include:
- php: "8.1"
infection: "0.29.9"
- php: "8.2"
infection: "latest"
- php: "8.3"
infection: "latest"
- php: "8.4"
infection: "latest"
env:
tools: composer, phpstan, infection
tools: composer, phpstan, infection:${{ matrix.infection }}
ini-values: default_charset='UTF-8'
name: PHP ${{ matrix.php }} test on ${{ matrix.os }}
steps:
Expand Down

0 comments on commit ce419c1

Please sign in to comment.