File tree 1 file changed +1
-9
lines changed
1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,10 @@ jobs:
12
12
- 7.4
13
13
perfer :
14
14
- stable
15
- container :
16
- image : nauxliu/php-ci-image:${{ matrix.php_version }}
17
15
steps :
18
16
- uses : actions/checkout@master
19
17
- name : Install Dependencies
20
18
run : composer install --prefer-dist --no-interaction --no-suggest
21
- - name : Run PHP-CS-Fxier
22
- run : composer check-style
23
19
24
20
phpunit :
25
21
name : phpunit
@@ -28,13 +24,11 @@ jobs:
28
24
fail-fast : false
29
25
matrix :
30
26
php_version :
31
- - 7.3
32
27
- 7.4
33
28
- 8.0
29
+ - 8.1
34
30
perfer :
35
31
- stable
36
- container :
37
- image : nauxliu/php-ci-image:${{ matrix.php_version }}
38
32
steps :
39
33
- uses : actions/checkout@master
40
34
- name : Install Dependencies
52
46
- 7.4
53
47
perfer :
54
48
- stable
55
- container :
56
- image : nauxliu/php-ci-image:${{ matrix.php_version }}
57
49
steps :
58
50
- uses : actions/checkout@master
59
51
- name : Install laravel/framework:^6.0
You can’t perform that action at this time.
0 commit comments