Skip to content

Commit

Permalink
Change PHPUnit versions and test on more PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Garethp committed Aug 24, 2024
1 parent 20b3b63 commit 852a54c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '8.2', '8.3' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
name: PHP ${{ matrix.php }}
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"calendar",
"contacts",
"push notification"
],
],
"require": {
"garethp/http-playback": "^2.0",
"ext-curl": "*",
Expand Down Expand Up @@ -45,6 +45,6 @@
"mockery/mockery": "1.3.*",
"goetas/xsd2php": "2.1.*",
"goetas/xsd-reader": "2.0.x-dev",
"phpunit/phpunit": "11.*"
"phpunit/phpunit": "11.*|10.*"
}
}

0 comments on commit 852a54c

Please sign in to comment.