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 a629650Copy full SHA for a629650
.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
+ # Test all server versions with the lowest PHP and latest Laravel
+ - 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