Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoprz committed Apr 5, 2022
2 parents 61f0f04 + 8758aac commit d5cc3db
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Tests

on:
push:
branches: [ dev ]
branches: [ dev, master ]
pull_request:
branches: [ dev ]
branches: [ dev, master ]

jobs:
laravel-tests:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Easy to use Laravel CRUD package with Controller, Model and Log system built in.


[![Documentation Status](https://readthedocs.org/projects/laravel-crud-tools/badge/?version=latest)](https://laravel-crud-tools.readthedocs.io/en/latest/?badge=latest)
![Tests](https://github.com/thiagoprz/crud-tools/actions/workflows/tests.yml/badge.svg)

[![Dev](https://github.com/thiagoprz/crud-tools/actions/workflows/tests.yml/badge.svg?branch=dev)](https://github.com/thiagoprz/crud-tools/actions/workflows/tests.yml)
[![Master](https://github.com/thiagoprz/crud-tools/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/thiagoprz/crud-tools/actions/workflows/tests.yml)

## Table of contents
* [Installation](#installation)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"require": {
"php": "^7.4 || ^8.0 || ^8.1",
"spatie/laravel-activitylog": "^3.1",
"laravel/laravel": "8.*||9.*"
"laravel/framework": "8.*||9.*"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit d5cc3db

Please sign in to comment.