Skip to content

Commit

Permalink
Merge pull request #10 from Harrk/feature/php-8.3-update
Browse files Browse the repository at this point in the history
php8.3 support
  • Loading branch information
Harrk authored Nov 25, 2023
2 parents 488c2c6 + 3aef331 commit 5737dbe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,18 @@ jobs:
- run: composer install
- run: ./vendor/bin/phpunit

"php-8.3":
docker:
- image: cimg/php:8.3
steps:
- checkout
- run: composer install
- run: ./vendor/bin/phpunit

workflows:
version: 2
build:
jobs:
- "php-8.1"
- "php-8.2"
- "php-8.3"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}
},
"require": {
"php": "^8.1|8.2",
"php": "^8.1|8.2|8.3",
"guzzlehttp/guzzle": "^7.5",
"ext-json": "*"
},
Expand Down

0 comments on commit 5737dbe

Please sign in to comment.