Skip to content

Commit

Permalink
Support PHP 8.2 (#30)
Browse files Browse the repository at this point in the history
* Support PHP 8.2

* Test against PHP 8.2

* Update README

* Ignore files

* Ignore cache

* Re-add lock file

* Update composer.lock

* Update lock file

* Test with new composer.lock
  • Loading branch information
maxnz authored Jun 9, 2023
1 parent 16a00e7 commit a071f7c
Show file tree
Hide file tree
Showing 10 changed files with 290 additions and 721 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
php: [7.4, 8.0, 8.1]
php: [8.0, 8.1, 8.2]

steps:
- name: Install additional packages
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ vendor
*.swp
*.swo
.idea
.phpunit.result.cache
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* 7.4
* 8.0
* 8.1
* 8.2

## TLS 1.2 and 1.3 Support

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
},
"require": {
"php": ">=7.4",
"php": ">=8.0",
"ext-curl": "*"
},
"require-dev": {
Expand Down
Loading

0 comments on commit a071f7c

Please sign in to comment.