Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Jan 4, 2025
1 parent 8ab8e6a commit bd0afe3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-24.04]
php: ["8.4"]
env:
tools: composer
Expand Down
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 bd0afe3

Please sign in to comment.