File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 17
17
- name : Setup PHP
18
18
uses : shivammathur/setup-php@v2
19
19
with :
20
- php-version : 8.1
20
+ php-version : 8.2
21
21
coverage : none
22
22
23
23
- name : Get composer cache directory
52
52
uses : shivammathur/setup-php@v2
53
53
with :
54
54
coverage : none
55
- php-version : 8.1
55
+ php-version : 8.2
56
56
57
57
- name : Get composer cache directory
58
58
id : composer-cache
77
77
78
78
strategy :
79
79
matrix :
80
- php-versions : ['8.0', '8.1']
80
+ php-versions : ['8.0', '8.1', '8.2' ]
81
81
82
82
steps :
83
83
- name : Checkout code
Original file line number Diff line number Diff line change 22
22
"issues" : " https://github.com/pauci/datetime/issues"
23
23
},
24
24
"require" : {
25
- "php" : " ~ 8.0.0||~ 8.1.0 " ,
25
+ "php" : " ^ 8.0 || ^ 8.1 || ^8.2 " ,
26
26
"ext-json" : " *" ,
27
27
"psr/clock" : " ^1.0"
28
28
},
29
29
"require-dev" : {
30
- "php-parallel-lint/php-parallel-lint" : " ^1.2 " ,
31
- "phpstan/extension-installer" : " ^1.0 " ,
32
- "phpstan/phpstan" : " ^1.2 " ,
33
- "phpstan/phpstan-phpunit" : " ^1.0 " ,
30
+ "php-parallel-lint/php-parallel-lint" : " ^1.3 " ,
31
+ "phpstan/extension-installer" : " ^1.2 " ,
32
+ "phpstan/phpstan" : " ^1.9 " ,
33
+ "phpstan/phpstan-phpunit" : " ^1.3 " ,
34
34
"phpunit/phpunit" : " ^9.5" ,
35
- "squizlabs/php_codesniffer" : " ^3.5 "
35
+ "squizlabs/php_codesniffer" : " ^3.7 "
36
36
},
37
37
"suggest" : {
38
38
"pauci/datetime-doctrine" : " Allows the use of pauci/datetime value objects as Doctrine field types."
You can’t perform that action at this time.
0 commit comments