File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
- master
7
7
pull_request :
8
8
branches :
9
- - *
10
- schedule :
11
- - cron : ' 0 0 * * *'
9
+ - " *"
12
10
13
11
jobs :
14
12
php-tests :
@@ -21,16 +19,18 @@ jobs:
21
19
22
20
strategy :
23
21
matrix :
24
- php : [8.2 , 8.1 , 8.0 ]
22
+ php : [8.4 , 8.3 , 8.2, 8.1 ]
25
23
laravel : ['9.*', '10.*', '11.*']
26
24
dependency-version : [prefer-lowest, prefer-stable]
27
25
exclude :
26
+ - laravel : 9.*
27
+ php : 8.4
28
28
- laravel : 10.*
29
- php : 8.0
29
+ php : 8.4
30
30
- laravel : 11.*
31
31
php : 8.1
32
- - laravel : 11 .*
33
- php : 8.0
32
+ - laravel : 12 .*
33
+ php : 8.1
34
34
35
35
name : P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
36
36
45
45
sudo dpkg -i wkhtmltox_0.12.6-1.bionic_amd64.deb
46
46
47
47
- name : Setup PHP
48
- uses : shivammathur/setup-php@v4
48
+ uses : shivammathur/setup-php@v2
49
49
with :
50
50
php-version : ${{ matrix.php }}
51
51
coverage : none
Original file line number Diff line number Diff line change 17
17
}
18
18
],
19
19
"require" : {
20
- "php" : " >=7.2 " ,
20
+ "php" : " ^8.1 " ,
21
21
"illuminate/support" : " ^9|^10|^11|^12" ,
22
22
"illuminate/filesystem" : " ^9|^10|^11|^12" ,
23
23
"knplabs/knp-snappy" : " ^1.4.4"
You can’t perform that action at this time.
0 commit comments