Skip to content

Commit

Permalink
Merge pull request #3 from genkgo/support_php_83
Browse files Browse the repository at this point in the history
drop php 8.0, add support for php 8.3
  • Loading branch information
frederikbosch authored Apr 29, 2024
2 parents 7f5e0df + 77d95f3 commit f0f602d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
strategy:
matrix:
php:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
steps:
- uses: shivammathur/setup-php@v2
with:
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### v2.7.0 (2024-04)
* Drop PHP 8.0, add PHP 8.3

#### v2.6.1 (2024-04)
* Stricter content length in ASNObject

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"keywords": [ "x690", "x.690", "x.509", "x509", "asn1", "asn.1", "ber", "der", "binary", "encoding", "decoding" ],

"require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0",
Expand Down

0 comments on commit f0f602d

Please sign in to comment.