Skip to content

Commit 6e817e6

Browse files
authored
Merge pull request #8 from pavog/php-81
Update to use PHP 8.1 and phpunit 10.5
2 parents a1d9c49 + 3c7f755 commit 6e817e6

File tree

5 files changed

+297
-690
lines changed

5 files changed

+297
-690
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
php-version: [ '8.0', '8.1' ]
15+
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
1616
etcd-version: [ '3.3.27', '3.4.18', '3.5.2' ]
1717

1818
name: Run tests on PHP v${{ matrix.php-version }} with etcd v${{ matrix.etcd-version }}

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"require": {
1313
"aternos/etcd": "^1.5.0",
1414
"ext-json": "*",
15-
"php": ">=8.0"
15+
"php": ">=8.1"
1616
},
1717
"require-dev": {
18-
"phpunit/phpunit": "^9.5"
18+
"phpunit/phpunit": "^10.5"
1919
},
2020
"autoload": {
2121
"psr-4": {

0 commit comments

Comments
 (0)