File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
operating-system : [ubuntu-latest]
11
- php-versions : ['7.1 ', '7.2 ', '7.3', '7.4 ']
11
+ php-versions : ['7.3 ', '7.4 ', '8.0 ']
12
12
name : PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
13
13
14
14
steps :
15
15
- name : Checkout
16
- uses : actions/checkout@v1
16
+ uses : actions/checkout@v2
17
17
18
18
- name : Setup PHP
19
- uses : shivammathur/setup-php@v1
19
+ uses : shivammathur/setup-php@v2
20
20
with :
21
21
php-version : ${{ matrix.php-versions }}
22
22
extensions : mbstring, intl, zip
Original file line number Diff line number Diff line change 1
- [ ![ version] ( https://img.shields.io/badge/Version-1.0.1 -brightgreen.svg )] ( https://github.com/SimonDevelop/sirene/releases/tag/1.0.1 )
2
- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.1 -8892BF.svg )] ( https://php.net/ )
1
+ [ ![ version] ( https://img.shields.io/badge/Version-1.1.0 -brightgreen.svg )] ( https://github.com/SimonDevelop/sirene/releases/tag/1.1.0 )
2
+ [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%207.3 -8892BF.svg )] ( https://php.net/ )
3
3
[ ![ Github Actions PHP] ( https://github.com/SimonDevelop/sirene/workflows/PHP/badge.svg )] ( https://github.com/SimonDevelop/sirene/actions )
4
4
[ ![ GitHub license] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( https://github.com/SimonDevelop/sirene/blob/master/LICENSE )
5
5
Original file line number Diff line number Diff line change 26
26
},
27
27
"require" : {
28
28
"ext-json" : " *" ,
29
- "php" : " >=7.1 "
29
+ "php" : " >=7.3 "
30
30
},
31
31
"require-dev" : {
32
- "squizlabs/php_codesniffer" : " ^3.1 " ,
33
- "phpunit/phpunit" : " ^7 .5.17 " ,
34
- "phpstan/phpstan" : " ^0.11.19 "
32
+ "squizlabs/php_codesniffer" : " 4.0.x-dev " ,
33
+ "phpunit/phpunit" : " ^9 .5.8 " ,
34
+ "phpstan/phpstan" : " ^0.12.94 "
35
35
},
36
36
"scripts" : {
37
37
"phpcs" : " phpcs -s" ,
41
41
" @phpstan-src" ,
42
42
" @phpstan-tests"
43
43
],
44
- "phpunit" : " phpunit --colors" ,
44
+ "phpunit" : " phpunit --colors --do-not-cache-result " ,
45
45
"test" : [
46
46
" @phpunit" ,
47
47
" @phpcs" ,
You can’t perform that action at this time.
0 commit comments