File tree Expand file tree Collapse file tree 5 files changed +380
-1212
lines changed Expand file tree Collapse file tree 5 files changed +380
-1212
lines changed Original file line number Diff line number Diff line change 14
14
code-ql :
15
15
needs : [ test ]
16
16
uses : accuracode/workflow-continuous-integration/.github/workflows/code-quality.yml@main
17
-
18
- qodana :
19
- runs-on : ubuntu-latest
20
- steps :
21
- - name : ' Checkout'
22
- uses : actions/checkout@v4
23
-
24
- - name : ' Qodana Scan'
25
- uses : JetBrains/qodana-action@main
26
- with :
27
- pr-mode : ${{ github.event_name == 'pull_request' }}
28
- env :
29
- QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
Original file line number Diff line number Diff line change
1
+ # This configuration file was automatically generated by Gitpod.
2
+ # Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3
+ # and commit this file to your remote git repository to share the goodness with others.
4
+
5
+ # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6
+
7
+ tasks :
8
+ - init : make
9
+
10
+
Original file line number Diff line number Diff line change 25
25
}
26
26
},
27
27
"require" : {
28
- "php" : " >=8.1" ,
28
+ "php" : " >=8.2"
29
+ },
30
+ "require-dev" : {
29
31
"infection/infection" : " ~0" ,
30
- "phpunit/phpunit" : " ~10.5 " ,
31
- "vimeo/ psalm" : " ~ 5.23"
32
+ "phpunit/phpunit" : " ~11 " ,
33
+ "psalm/phar " : " ^ 5.23"
32
34
}
33
35
}
You can’t perform that action at this time.
0 commit comments