Skip to content

Commit 91b85f9

Browse files
Fix label in readme and test version in test action
1 parent 28dafce commit 91b85f9

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
php: [7.4, 7.3, 7.2]
14-
laravel: [7.*, 6.*, 5.8.*]
14+
laravel: [8.*, 7.*, 6.*, 5.8.*]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616
os: [ubuntu-latest]
1717
include:
18+
- laravel: 8.*
19+
testbench: 6.*
1820
- laravel: 7.*
1921
testbench: 5.*
2022
- laravel: 6.*

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Build Eloquent queries from API requests
22

33
[![Latest Version on Packagist](https://img.shields.io/packagist/v/spatie/laravel-query-builder.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-query-builder)
4-
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/spatie/laravel-query-builder/run-tests?label=tests)
4+
![Test Status](https://img.shields.io/github/workflow/status/spatie/laravel-query-builder/run-tests?label=tests)
5+
![Code Style Status](https://img.shields.io/github/workflow/status/spatie/laravel-query-builder/php-cs-fixer?label=code%20style)
56
[![Total Downloads](https://img.shields.io/packagist/dt/spatie/laravel-query-builder.svg?style=flat-square)](https://packagist.org/packages/spatie/laravel-query-builder)
67

78
This package allows you to filter, sort and include eloquent relations based on a request. The `QueryBuilder` used in this package extends Laravel's default Eloquent builder. This means all your favorite methods and macros are still available. Query parameter names follow the [JSON API specification](http://jsonapi.org/) as closely as possible.

0 commit comments

Comments
 (0)