File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 1
- name : Check & fix styling
1
+ name : Fix PHP code style issues
2
2
3
3
on : [push]
4
4
Original file line number Diff line number Diff line change 16
16
- name : Setup PHP
17
17
uses : shivammathur/setup-php@v2
18
18
with :
19
- php-version : ' 8.3 '
19
+ php-version : ' 8.4 '
20
20
coverage : none
21
21
22
22
- name : Install composer dependencies
Original file line number Diff line number Diff line change @@ -13,14 +13,15 @@ jobs:
13
13
fail-fast : true
14
14
matrix :
15
15
os : [ubuntu-latest]
16
- php : [8.2 , 8.3 ]
17
- laravel : [10.*, 11.* ]
16
+ php : [8.3 , 8.4 ]
17
+ laravel : [^ 11.0 ]
18
18
stability : [prefer-lowest, prefer-stable]
19
19
include :
20
- - laravel : 10.*
21
- testbench : 8.*
22
- - laravel : 11.*
23
- testbench : 9.*
20
+ - laravel : ^11.0
21
+ testbench : ^9.0
22
+ exclude :
23
+ - php : 8.4
24
+ stability : prefer-lowest
24
25
25
26
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
26
27
Original file line number Diff line number Diff line change 1
1
# Some useful extensions for Eloquent
2
2
3
3
[ ![ Latest Version on Packagist] ( https://img.shields.io/packagist/v/soyhuce/laravel-eloquent-extended.svg?style=flat-square )] ( https://packagist.org/packages/soyhuce/laravel-eloquent-extended )
4
- [ ![ GitHub Tests Action Status] ( https://img.shields.io/github/workflow/status/soyhuce/laravel-eloquent-extended/run-tests? label=tests )] ( https://github.com/soyhuce/laravel-eloquent-extended/actions?query=workflow%3Arun-tests+branch%3Amain )
5
- [ ![ GitHub Code Style Action Status] ( https://img.shields.io/github/workflow/status/soyhuce/laravel-eloquent-extended/Check%20&%20fix%20styling? label=code%20style )] ( https://github.com/soyhuce/laravel-eloquent-extended/actions?query=workflow%3A"Check+%26+fix+styling "+branch%3Amain )
6
- [ ![ GitHub PHPStan Action Status] ( https://img.shields.io/github/workflow/status/soyhuce/laravel-eloquent-extended/PHPStan? label=phpstan )] ( https://github.com/soyhuce/laravel-eloquent-extended/actions?query=workflow%3APHPStan+branch%3Amain )
4
+ [ ![ GitHub Tests Action Status] ( https://img.shields.io/github/actions/ workflow/status/soyhuce/laravel-eloquent-extended/run-tests.yml?branch=main& label=tests&style=flat-square )] ( https://github.com/soyhuce/laravel-eloquent-extended/actions?query=workflow%3Arun-tests+branch%3Amain )
5
+ [ ![ GitHub Code Style Action Status] ( https://img.shields.io/github/actions/ workflow/status/soyhuce/laravel-eloquent-extended/fix-php-code-style-issues.yml?branch=main& label=code%20style&style=flat-square )] ( https://github.com/soyhuce/laravel-eloquent-extended/actions?query=workflow%3A"Fix+PHP+code+style+issues "+branch%3Amain )
6
+ [ ![ GitHub PHPStan Action Status] ( https://img.shields.io/github/actions/ workflow/status/soyhuce/laravel-eloquent-extended/phpstan.yml?branch=main& label=phpstan )] ( https://github.com/soyhuce/laravel-eloquent-extended/actions?query=workflow%3APHPStan+branch%3Amain )
7
7
[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/soyhuce/laravel-eloquent-extended.svg?style=flat-square )] ( https://packagist.org/packages/soyhuce/laravel-eloquent-extended )
8
8
9
9
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
You can’t perform that action at this time.
0 commit comments