File tree Expand file tree Collapse file tree 5 files changed +9
-11
lines changed
Expand file tree Collapse file tree 5 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 5252 working-directory : ./
5353
5454 - name : ' Qodana Scan'
55- uses : JetBrains/qodana-action@v2023.2
55+ uses : JetBrains/qodana-action@v2024.1
5656 with :
5757 args : --baseline,qodana.sarif.json
5858 env :
Original file line number Diff line number Diff line change @@ -11,10 +11,11 @@ jobs:
1111 fail-fast : false
1212 matrix :
1313 php :
14- - ' 7.4'
14+ # - '7.4'
1515 - ' 8.0'
1616 - ' 8.1'
1717 - ' 8.2'
18+ - ' 8.3'
1819 composer :
1920 - ' '
2021 - ' --prefer-lowest'
Original file line number Diff line number Diff line change 6060 $ service ->init ();
6161} catch (Exception $ e ) {
6262 // error getting service
63- $ lambdaRuntime ->failInitialization (sprintf (
64- "Error initializing function - %s: %s " ,
65- get_class ($ e ),
66- $ e ->getMessage ()
67- ));
63+ $ lambdaRuntime ->failInitialization ($ e );
6864}
6965
7066while (true ) {
Original file line number Diff line number Diff line change 2121 }
2222 ],
2323 "require" : {
24- "php" : " >=7.4 " ,
24+ "php" : " >=8.0 " ,
2525 "ext-json" : " *" ,
2626 "symfony/dotenv" : " ^4.4|^5.0" ,
2727 "symfony/framework-bundle" : " ^4.4|^5.0" ,
2828 "symfony/yaml" : " ^4.4|^5.0" ,
2929 "sensio/framework-extra-bundle" : " ^5.0.1" ,
30- "bref/bref" : " ^1.7 "
30+ "bref/bref" : " ^2.1.17 "
3131 },
3232 "require-dev" : {
33- "phpunit/phpunit" : " ^8.5.14"
33+ "phpunit/phpunit" : " ^8.5.14" ,
34+ "symfony/console" : " ^4.4|^5.0"
3435 },
3536 "autoload" : {
3637 "psr-4" : {
Original file line number Diff line number Diff line change 11version : " 1.0"
2- linter : jetbrains/qodana-php:2023.1-eap
2+ linter : jetbrains/qodana-php:2024.1
33profile :
44 name : qodana.recommended
55include :
You can’t perform that action at this time.
0 commit comments