File tree Expand file tree Collapse file tree 3 files changed +169
-108
lines changed Expand file tree Collapse file tree 3 files changed +169
-108
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ on: [push, pull_request]
5
5
jobs :
6
6
php-cs-fixer :
7
7
runs-on : ubuntu-latest
8
-
8
+ strategy :
9
+ matrix :
10
+ operating-system : [ubuntu-latest]
11
+ php-versions : [ '8.2','8.1' ]
12
+ name : P${{ matrix.php-versions }} - L${{ matrix.laravel }} - ${{ matrix.dependency-stability }} - ${{ matrix.operating-system}}
9
13
steps :
10
14
# This is required as this package does not support PHP 8 (yet)
11
- - name : Setup PHP 8.1
15
+ - name : Setup PHP
12
16
uses : shivammathur/setup-php@v2
13
17
with :
14
- php-version : ' 8.1 '
18
+ php-version : ${{ matrix.php-versions }}
15
19
16
20
- name : Checkout Code
17
21
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 19
19
" ibis"
20
20
],
21
21
"require" : {
22
- "illuminate/filesystem" : " ^7.0|^8.0" ,
22
+ "illuminate/filesystem" : " ^7.0|^8.0|^9.0 " ,
23
23
"illuminate/support" : " ^7.0|^8.0|^9.0" ,
24
24
"mpdf/mpdf" : " ^8.1" ,
25
25
"spatie/commonmark-highlighter" : " ^2.1|^3.0" ,
You can’t perform that action at this time.
0 commit comments