Skip to content

Commit c65f464

Browse files
committed
Fix code style badge
1 parent 9a6c3dc commit c65f464

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.0]
16+
php: [8.0,8.1]
1717
laravel: [9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[![Latest Version on Packagist](https://img.shields.io/packagist/v/oddvalue/eloquent-sortable.svg?style=flat-square)](https://packagist.org/packages/oddvalue/eloquent-sortable)
77
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/oddvalue/eloquent-sortable/run-tests?label=tests)](https://github.com/oddvalue/eloquent-sortable/actions?query=workflow%3Arun-tests+branch%3Amain)
8-
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/oddvalue/eloquent-sortable/Check%20&%20fix%20styling?label=code%20style)](https://github.com/oddvalue/eloquent-sortable/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amain)
8+
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/oddvalue/eloquent-sortable/Fix%20PHP%20code%20style%20issues?label=code%20style)](https://github.com/oddvalue/eloquent-sortable/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
99
[![Total Downloads](https://img.shields.io/packagist/dt/oddvalue/eloquent-sortable.svg?style=flat-square)](https://packagist.org/packages/oddvalue/eloquent-sortable)
1010

1111
This package is an extension of Spatie's excellent [Eloquent Sortable](https://github.com/spatie/eloquent-sortable). It adds the following additional features:

0 commit comments

Comments
 (0)