Skip to content

Commit fa57af1

Browse files
committed
Revert to phpunit ^5.7.0 and limit test matrix to PHP 5.6-7.4
1 parent 8106c9d commit fa57af1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
- '7.2'
1818
- '7.3'
1919
- '7.4'
20-
- '8.0'
2120

2221
steps:
2322
- uses: actions/checkout@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"php": ">=5.6"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "*"
23+
"phpunit/phpunit": "^5.7.0"
2424
}
2525
}

0 commit comments

Comments
 (0)