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 18
18
- name : Setup PHP
19
19
uses : shivammathur/setup-php@v2
20
20
with :
21
- php-version : 8.2
21
+ php-version : 8.3
22
22
23
23
- name : Get Composer cache cirectory
24
24
id : composer-cache
39
39
40
40
- name : Execute linting
41
41
run : |
42
- PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run
42
+ vendor/bin/php-cs-fixer fix --dry-run
43
43
vendor/bin/phpcs --colors --report-full
Original file line number Diff line number Diff line change 10
10
strategy :
11
11
fail-fast : false
12
12
matrix :
13
- php : [8.1, 8.2]
13
+ php : [8.1, 8.2, 8.3 ]
14
14
laravel : [10.*]
15
15
dependency-version : [prefer-lowest, prefer-stable]
16
16
Original file line number Diff line number Diff line change 28
28
}
29
29
],
30
30
"require" : {
31
- "php" : " ^8.1|^8.2" ,
31
+ "php" : " ^8.1|^8.2|^8.3 " ,
32
32
"illuminate/database" : " ^7.0|^8.0|^9.0|^10.0" ,
33
33
"illuminate/notifications" : " ^7.0|^8.0|^9.0|^10.0" ,
34
34
"illuminate/support" : " ^7.0|^8.0|^9.0|^10.0"
You can’t perform that action at this time.
0 commit comments