Skip to content

Commit b5c56d2

Browse files
committed
drop php 8.0
1 parent 80cc72a commit b5c56d2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
php_version: ['8.0', '8.1', '8.2', '8.3', '8.4']
12+
php_version: ['8.1', '8.2', '8.3', '8.4']
1313
runs-on: ubuntu-latest
1414

1515
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["rsa", "ecdsa", "ed25519", "ssh", "public-key", "ed25519", "pki", "authentication"],
55
"type": "library",
66
"require": {
7-
"php": ">=8.0",
7+
"php": "^8.1",
88
"ext-openssl": "*",
99
"ext-sodium": "*",
1010
"psr/http-client-implementation": "*",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)