File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- php-version : [ '8.1 ', '8.2 ' ]
14
+ php-version : [ '8.2 ', '8.3 ' ]
15
15
steps :
16
16
- name : Checkout
17
17
uses : actions/checkout@v2
54
54
strategy :
55
55
fail-fast : false
56
56
matrix :
57
- php-version : [ '8.0 ' ]
57
+ php-version : [ '8.1 ' ]
58
58
59
59
steps :
60
60
- name : Checkout
Original file line number Diff line number Diff line change 1
1
# Spryker PHPStan Extensions
2
2
[ ![ Build Status] ( https://github.com/spryker-sdk/phpstan-spryker/workflows/CI/badge.svg?branch=master )] ( https://github.com/spryker-sdk/phpstan-spryker/actions?query=workflow%3ACI+branch%3Amaster )
3
- [ ![ Minimum PHP Version] ( http://img.shields.io/badge/php-%3E%3D%208.0 -8892BF.svg )] ( https://php.net/ )
3
+ [ ![ Minimum PHP Version] ( http://img.shields.io/badge/php-%3E%3D%208.1 -8892BF.svg )] ( https://php.net/ )
4
4
[ ![ License] ( https://poser.pugx.org/spryker/code-sniffer/license.svg )] ( https://packagist.org/packages/spryker-sdk/phpstan-spryker )
5
5
6
6
* [ PHPStan] ( https://github.com/phpstan/phpstan )
Original file line number Diff line number Diff line change 14
14
}
15
15
],
16
16
"require" : {
17
- "php" : " >=8.0 " ,
17
+ "php" : " >=8.1 " ,
18
18
"phpunit/phpunit" : " ^9.5" ,
19
19
"phpstan/phpstan" : " ^1.0.0"
20
20
},
You can’t perform that action at this time.
0 commit comments