Skip to content

Commit

Permalink
Merge pull request #8 from pavog/php-81
Browse files Browse the repository at this point in the history
Update to use PHP 8.1 and phpunit 10.5
  • Loading branch information
pavog authored Dec 13, 2024
2 parents a1d9c49 + 3c7f755 commit 6e817e6
Show file tree
Hide file tree
Showing 5 changed files with 297 additions and 690 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: [ '8.0', '8.1' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
etcd-version: [ '3.3.27', '3.4.18', '3.5.2' ]

name: Run tests on PHP v${{ matrix.php-version }} with etcd v${{ matrix.etcd-version }}
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"require": {
"aternos/etcd": "^1.5.0",
"ext-json": "*",
"php": ">=8.0"
"php": ">=8.1"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^10.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6e817e6

Please sign in to comment.