We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc0d62 commit bbf025cCopy full SHA for bbf025c
.github/workflows/build-ci.yml
@@ -49,27 +49,27 @@ jobs:
49
mongodb: "8.0"
50
driver: 1
51
# Test Laravel 10
52
- - php: "8.4"
+ - php: "8.5"
53
laravel: "10.*"
54
55
# Test Laravel 11
56
57
laravel: "11.*"
58
59
# Test all server versions
60
+ - php: "8.2"
61
laravel: "12.*"
62
mongodb: "4.4"
63
64
65
mongodb: "5.0"
66
67
68
mongodb: "6.0"
69
70
71
mongodb: "7.0"
72
73
74
75
0 commit comments