Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d582f8e

Browse files
committed
Small update
1 parent dcf7dc8 commit d582f8e

File tree

5 files changed

+380
-1212
lines changed

5 files changed

+380
-1212
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,3 @@ jobs:
1414
code-ql:
1515
needs: [ test ]
1616
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 }}

.gitpod.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
}
2626
},
2727
"require": {
28-
"php": ">=8.1",
28+
"php": ">=8.2"
29+
},
30+
"require-dev": {
2931
"infection/infection": "~0",
30-
"phpunit/phpunit": "~10.5",
31-
"vimeo/psalm": "~5.23"
32+
"phpunit/phpunit": "~11",
33+
"psalm/phar": "^5.23"
3234
}
3335
}

0 commit comments

Comments
 (0)