Skip to content

Commit

Permalink
V1.5.0 (#18)
Browse files Browse the repository at this point in the history
* update pipeline config

* change release version
  • Loading branch information
2pd authored Jul 3, 2023
1 parent 912673d commit 74aa846
Show file tree
Hide file tree
Showing 4 changed files with 592 additions and 679 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['8.1', '8.2']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.5.0 - 2023-07-03

### Update
- Update `guzzlehttp/guzzle` to latest version
- Drop support of PHP 7.* or 8.0

## 1.4.0 - 2022-12-20

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"require": {
"php": ">=7.4.0",
"psr/log": "^1|^2|^3",
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/guzzle": "^7.7",
"ratchet/pawl": "^0.4"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 74aa846

Please sign in to comment.