Skip to content

Commit 852a54c

Browse files
committed
Change PHPUnit versions and test on more PHP versions
1 parent 20b3b63 commit 852a54c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/php.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
php: [ '8.2', '8.3' ]
9+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
1010
name: PHP ${{ matrix.php }}
1111
steps:
1212
- name: Checkout

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"calendar",
1414
"contacts",
1515
"push notification"
16-
],
16+
],
1717
"require": {
1818
"garethp/http-playback": "^2.0",
1919
"ext-curl": "*",
@@ -45,6 +45,6 @@
4545
"mockery/mockery": "1.3.*",
4646
"goetas/xsd2php": "2.1.*",
4747
"goetas/xsd-reader": "2.0.x-dev",
48-
"phpunit/phpunit": "11.*"
48+
"phpunit/phpunit": "11.*|10.*"
4949
}
5050
}

0 commit comments

Comments
 (0)