Skip to content

Commit b151c75

Browse files
committed
Adding support for Ubuntu 22.04 LTS (PHP v8.1)
1 parent be10fa5 commit b151c75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php-version: [8.3, 8.4]
14+
php-version: [8.1, 8.2, 8.3, 8.4]
1515

1616
steps:
1717
- name: Checkout repository

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "stephenhill/base58",
33
"description": "Base58 Encoding and Decoding Library for PHP",
44
"require-dev": {
5-
"phpunit/phpunit": "12.*"
5+
"phpunit/phpunit": "11.*"
66
},
77
"license": "MIT",
88
"authors": [

0 commit comments

Comments
 (0)