Skip to content

Commit 6f2f790

Browse files
chore(ci): add php versions 8.0 and 8.1
1 parent 6d00304 commit 6f2f790

File tree

4 files changed

+367
-644
lines changed

4 files changed

+367
-644
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
php:
1212
- "7.3"
1313
- "7.4"
14+
- "8.0"
15+
- "8.1"
1416
mongo:
1517
- "3.6"
1618
- "4.0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Mongolid ODM (Object Document Mapper) provides a beautiful, simple implementatio
2121
**Note:** If you are working with Laravel, take a look at [mongolid-laravel repository](https://github.com/leroy-merlin-br/mongolid-laravel).
2222

2323
## Requirements
24-
- PHP **7.1** or superior
24+
- PHP **7.3** or superior
2525
- [MongoDB Driver](http://php.net/manual/en/set.mongodb.php)
2626

2727
## Installation

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"mongodb/mongodb": "^1.4"
2626
},
2727
"require-dev": {
28-
"leroy-merlin-br/coding-standard": "^1.0",
29-
"mockery/mockery": "^1.2",
30-
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
31-
"symfony/var-dumper": "^5.4"
28+
"leroy-merlin-br/coding-standard": "^3.0.2",
29+
"mockery/mockery": "^1.5.1",
30+
"phpunit/phpunit": "^9.5.24",
31+
"symfony/var-dumper": "^5.4.11"
3232
},
3333
"autoload": {
3434
"psr-4": {

0 commit comments

Comments
 (0)