Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Merged
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Run Tests - Laravel 11"
name: "Run Tests - Laravel 12"

on:
push:
branches: [ v6.x, master ]
branches: [ v7.x, master ]

pull_request:
branches: [ v6.x, master ]
branches: [ v7.x, master ]

jobs:
tests:
Expand All @@ -27,10 +27,10 @@ jobs:
fail-fast: false
matrix:
php: [ 8.2 ]
laravel: [ 11.* ]
laravel: [ 12.* ]
include:
- laravel: 11.*
testbench: 11.*
- laravel: 12.*
testbench: 10.*

name: P${{ matrix.php }} - L${{ matrix.laravel }}

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ A MongoDB session driver for Laravel

| **Laravel<br/>Version** | **Package<br/>Version** | **Install using<br/>this command** |
|-------------------------|-------------------------|---------------------------------------------------|
| 12.x | 7.x.x | composer require 1ff/laravel-mongodb-session:^7.0 |
| 11.x | 6.x.x | composer require 1ff/laravel-mongodb-session:^6.0 |
| 10.x | 5.x.x | composer require 1ff/laravel-mongodb-session:^5.0 |
| 9.x | 4.x.x | composer require 1ff/laravel-mongodb-session:^4.0 |
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"type": "library",
"require": {
"php": "^8.2",
"illuminate/session": "^11.0",
"illuminate/session": "^12.0",
"mongodb/laravel-mongodb": "^5.0",
"ext-mongodb": "*"
},
"require-dev": {
"phpunit/phpunit": "^11.0",
"orchestra/testbench": "^9.0"
"orchestra/testbench": "^10.0"
},
"license": "MIT",
"authors": [
Expand Down