Skip to content

Commit

Permalink
Merge pull request #41 from jtl-scx/setup_php81
Browse files Browse the repository at this point in the history
Setup php81
  • Loading branch information
Patric Kanngießer committed Jun 7, 2022
2 parents d163c9a + f20bee8 commit 03f7965
Show file tree
Hide file tree
Showing 7 changed files with 744 additions and 384 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'

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

steps:
- name: "Install PHP"
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
"description": "SCX-API Base Client",
"license": "MIT",
"require": {
"php": "^7.4|8.0.*",
"php": "8.0.*|8.1.*",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.2",
"guzzlehttp/uri-template": "^0.2.0 || ^1.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^9.0"
"phpunit/phpunit": "^9.0",
"psalm/phar": "^4.17"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 03f7965

Please sign in to comment.