Skip to content

Commit f0f602d

Browse files
Merge pull request #3 from genkgo/support_php_83
drop php 8.0, add support for php 8.3
2 parents 7f5e0df + 77d95f3 commit f0f602d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
strategy:
1414
matrix:
1515
php:
16-
- '8.0'
1716
- '8.1'
1817
- '8.2'
18+
- '8.3'
1919
steps:
2020
- uses: shivammathur/setup-php@v2
2121
with:

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### v2.7.0 (2024-04)
2+
* Drop PHP 8.0, add PHP 8.3
3+
14
#### v2.6.1 (2024-04)
25
* Stricter content length in ASNObject
36

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"keywords": [ "x690", "x.690", "x.509", "x509", "asn1", "asn.1", "ber", "der", "binary", "encoding", "decoding" ],
2525

2626
"require": {
27-
"php": "~8.0.0 || ~8.1.0 || ~8.2.0"
27+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^9.0",

0 commit comments

Comments
 (0)