Skip to content

Commit

Permalink
EA-6324:
Browse files Browse the repository at this point in the history
- make it compatible to php 8.2
- php8.0 dose no longer supported
- add php8.2 check in workflow
- "friendsofphp/php-cs-fixer": "3.3.2" have to pin on this version
  • Loading branch information
KaiSchwendig committed Mar 7, 2024
1 parent 272f05c commit a29a80c
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 96 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.1'

- name: Checkout Code
uses: actions/checkout@v2
Expand All @@ -32,8 +32,8 @@ jobs:
fail-fast: false
matrix:
php-version:
- "8.0"
- "8.1"
- "8.2"

steps:
- name: "Install PHP"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -10,7 +10,7 @@
"guzzlehttp/uri-template": "^0.2.0 || ^1.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"friendsofphp/php-cs-fixer": "3.3.2",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^9.0",
"psalm/phar": "^4.17"
Expand Down
172 changes: 79 additions & 93 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a29a80c

Please sign in to comment.