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 4323181 commit f96a505
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ["8.2"]
php: ["8.4"]
env:
tools: composer
ini-values: default_charset='UTF-8'
key: cache-1690242875644
name: PHP ${{ matrix.php }} test on ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ 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'
key: cache-1690242875644
name: PHP ${{ matrix.php }} test on ${{ matrix.os }}
steps:
- name: Checkout
Expand Down
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
}
],
"require": {
"php": "^8.1",
"xrdebug/xrdebug": "^1.1"
"php": "^8.1"
},
"require-dev": {
"phpstan/phpstan": "^1.9",
Expand Down

0 comments on commit f96a505

Please sign in to comment.