Skip to content

Commit

Permalink
bump: EB-27298 Upgrade php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aallier committed Nov 22, 2024
1 parent d5bc147 commit 88dd8ea
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/php.code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:

env:
PHP_VERSION: 8.3.0
PHP_VERSION: 8.4.1

jobs:
php_analysis:
Expand All @@ -30,6 +30,8 @@ jobs:
vendor/
- name: Install/update dependencies
uses: php-actions/composer@d936bcb900310224b9089aff3337f2221a8df9a0 # renovate: tag=v6.0.0
env:
COMPOSER_AUTH: '{"github-oauth": {"github.com": "${{ secrets.PAT }}"} }'
with:
php_version: ${{ env.PHP_VERSION }}
args: --ignore-platform-reqs
Expand Down
16 changes: 13 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"license": "MIT",
"require": {
"php": "^8.3 || ^8.4",
"php": "^8.4",
"ext-json": "*",
"ext-mbstring": "*",
"graylog2/gelf-php": "^2.0",
Expand All @@ -16,7 +16,7 @@
"symfony/monolog-bundle": "^3.10"
},
"require-dev": {
"etsglobal/php-static-analysis": "^3.0",
"etsglobal/php-static-analysis": "^3.3",
"symfony/phpunit-bridge": "^7.0"
},
"suggest": {
Expand All @@ -41,5 +41,15 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
}
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/ETSGlobal/php-static-analysis"
},
{
"type": "vcs",
"url": "https://github.com/ETSGlobal/phiremock-client"
}
]
}

0 comments on commit 88dd8ea

Please sign in to comment.