Skip to content

Commit 269eba9

Browse files
Update PHP requirement to min 8.1 and update version matrix in CI testing
1 parent 1a69e0f commit 269eba9

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
os: [ubuntu-latest]
39-
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
40-
mongo: ['4.0']
41-
mongoext: ['1.20.1']
39+
php: ['8.1', '8.2', '8.3', '8.4']
40+
mongo: ['4.2', '4.4', '5.0', '6.0', '7.0', '8.0']
41+
mongoext: ['1.20.1', '2.0.0', '2.1.1']
4242

4343
steps:
4444
- name: Checkout.

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Yii Framework 2 mongodb extension Change Log
66

77
- Bug #388: Fix `MongoDB\Driver\Cursor::getId() expects exactly 0 arguments, 1 given` (vanyabrovary)
88
- Chg #394: Update php-mongodb extension version requirement to 2.x (samuelrajan747)
9+
- Chg: Update PHP requirement to min 8.1 and update version matrix in CI testing (samuelrajan747)
910

1011

1112
3.0.3 May 06, 2025

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
}
1919
],
2020
"require": {
21+
"php": ">=8.1.0",
2122
"ext-mongodb": ">=2.0.0",
2223
"yiisoft/yii2": "~2.0.39"
2324
},

0 commit comments

Comments
 (0)