Skip to content

Commit cf1eb0c

Browse files
committed
Update README.md
1 parent fe49800 commit cf1eb0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Optimistic Locking
2-
![Build Status](http://img.shields.io/travis/reshadman/laravel-optimistic-locking/master.png?style=flat-square)
2+
[![Build Status](https://github.com/42coders/laravel-optimistic-locking/actions/workflows/test.yml/badge.svg)](https://github.com/42coders/laravel-optimistic-locking/actions/workflows/test.yml)
33

44
Adds optimistic locking feature to Eloquent models.
55

@@ -8,7 +8,7 @@ Adds optimistic locking feature to Eloquent models.
88
composer require reshadman/laravel-optimistic-locking
99
```
1010

11-
> This package supports Laravel 5.5.*, 5.6.*, 5.7.*, 5.8.*, 6.* and 7.*.
11+
> This package supports Laravel 5.5.*, 5.6.*, 5.7.*, 5.8.*, 6.*, 7.*, 8.* and 9.*.
1212
1313
## Usage
1414

0 commit comments

Comments
 (0)