Skip to content

Commit

Permalink
php 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Nov 21, 2024
1 parent 7ef9034 commit 77602b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ["8.3"]
php: ["8.4"]
env:
tools: composer
ini-values: default_charset='UTF-8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ["8.1", "8.2", "8.3"]
php: ["8.1", "8.2", "8.3", "8.4"]
env:
tools: composer, phpstan, infection
ini-values: default_charset='UTF-8'
Expand Down

0 comments on commit 77602b3

Please sign in to comment.