Skip to content

Commit 26a736d

Browse files
authored
Merge pull request #120 from sergiy-petrov/sergiy-petrov-patch-2
Test against php 8.1
2 parents cf96dc5 + 9f049ee commit 26a736d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,9 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [7.2, 7.3, 7.4, 8.0]
14+
php: [7.2, 7.3, 7.4, 8.0, 8.1]
1515
stability: [prefer-lowest, prefer-stable]
1616
experimental: [false]
17-
include:
18-
- php: 8.1
19-
stability: prefer-stable
20-
experimental: true
21-
2217
name: Tests on PHP ${{ matrix.php }} - ${{ matrix.stability }}
2318

2419
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.3",
31-
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
31+
"phpunit/phpunit": "^7.0 || ^8.5.21 || ^9.0"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)