Commit 7e3401d 1 parent 7ae833c commit 7e3401d Copy full SHA for 7e3401d
File tree 3 files changed +747
-819
lines changed
3 files changed +747
-819
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
- ' *.x'
8
8
pull_request :
9
+ schedule :
10
+ - cron : ' 0 0 * * *'
9
11
10
12
jobs :
11
13
tests :
15
17
fail-fast : true
16
18
matrix :
17
19
php : [8.1, 8.2]
18
- laravel : [9.*]
19
- statamic : [^3.3 , ^3. 4]
20
+ laravel : [9.*, 10.* ]
21
+ statamic : [^3.4 , ^4]
20
22
os : [ubuntu-latest]
23
+ exclude :
24
+ - laravel : 10.*
25
+ statamic : ^3.4
21
26
22
27
name : PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} - Statamic ${{ matrix.statamic }}
23
28
34
39
- name : Install dependencies
35
40
run : |
36
41
composer require "laravel/framework:${{ matrix.laravel }}" "statamic/cms:${{ matrix.statamic }}" --prefer-dist --no-interaction --no-update
37
- composer install --prefer-dist --no-interaction
42
+ composer update --prefer-dist --no-interaction --no-progress
38
43
39
44
- name : Lint
40
45
run : composer lint -- --test
Original file line number Diff line number Diff line change 26
26
"require" : {
27
27
"php" : " ^8.1 || ^8.2" ,
28
28
"blade-ui-kit/blade-heroicons" : " ^2.1" ,
29
- "statamic/cms" : " 3.4.x "
29
+ "statamic/cms" : " ^ 3.4 || ^4 "
30
30
},
31
31
"require-dev" : {
32
32
"facade/ignition-contracts" : " ^1.0" ,
33
33
"laravel/pint" : " ^1.5" ,
34
34
"nunomaduro/collision" : " ^4.2 || ^5.0 || ^6.1" ,
35
- "orchestra/testbench" : " ^7"
35
+ "orchestra/testbench" : " ^7.0 || ^8.0 "
36
36
},
37
37
"scripts" : {
38
38
"lint" : [
You can’t perform that action at this time.
0 commit comments