Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .github/workflows/run-tests-l6.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Run Tests - Laravel 5"
name: "Run Tests - Laravel 7"

on:
push:
branches: [ v1.x ]
branches: [ v2.x ]

pull_request:
branches: [ v1.x ]
branches: [ v2.x ]

jobs:
tests:
Expand All @@ -14,10 +14,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.2, 7.3, 7.4]
laravel: [5.*]
php: [7.2, 7.3, 7.4, 8.0]
laravel: [7.*]
include:
- laravel: 5.*
- laravel: 7.*

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

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "1ff/laravel-mongodb-session",
"description": "A mongodb session driver for laravel",
"type": "library",
"version": "1.1.2",
"version": "2.0.0",
"require": {
"jenssegers/mongodb": "^3.5|^3.6",
"illuminate/session": "^5.0|^6.0"
"jenssegers/mongodb": "~3.7",
"illuminate/session": "^7.0"
},
"license": "MIT",
"authors": [
Expand Down