mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove duplicate set, add mysql.
This commit is contained in:
parent
3b6c727916
commit
21fede0dd0
7
.github/workflows/sonarcloud.yml
vendored
7
.github/workflows/sonarcloud.yml
vendored
@ -34,12 +34,8 @@ jobs:
|
||||
--health-retries=3
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
@ -55,6 +51,7 @@ jobs:
|
||||
iconv
|
||||
intl
|
||||
json
|
||||
mysql
|
||||
mbstring
|
||||
openssl
|
||||
pdo
|
||||
|
Loading…
Reference in New Issue
Block a user