Compare commits

..

3 Commits

Author SHA1 Message Date
github-actions[bot]
0ad4db8a71 Merge pull request #11872 from firefly-iii/release-1772618461
🤖 Automatically merge the PR into the develop branch.
2026-03-04 11:01:10 +01:00
JC5
ed9754c8d4 🤖 Auto commit for release 'develop' on 2026-03-04 2026-03-04 11:01:01 +01:00
Sander Dorigo
f8687d4fc1 New config 2026-03-04 10:01:24 +01:00
3 changed files with 8 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ parameters:
- ../routes
- ../config
- ../bootstrap/app.php
- ../bootstrap/providers.php
universalObjectCratesClasses:
- Illuminate\Database\Eloquent\Model
reportUnmatchedIgnoredErrors: true

View File

@@ -174,24 +174,22 @@ jobs:
uses: nhedger/setup-mago@v1
- name: Run CI
run: |
cp .env.example .env
# install all packages etc.
rm -rf vendor composer.lock
composer update --no-scripts -q
composer update --no-scripts --no-plugins -q
# format code.
echo "Will now run Mago Format"
mago format
mago format || true
sudo chown -R runner:docker resources/lang
echo "Will now run PHPCS"
.ci/phpcs.sh
.ci/phpcs.sh || true
# lint and check
echo "Will now run Mago Lint"
mago lint
mago lint || true
echo "Will now run PHPstan"
.ci/phpstan.sh
rm .env
.ci/phpstan.sh || true
- name: Calculate variables
run: |

View File

@@ -78,8 +78,8 @@ return [
'running_balance_column' => (bool)envNonEmpty('USE_RUNNING_BALANCE', true), // this is only the default value, is not used.
// see cer.php for exchange rates feature flag.
],
'version' => '6.5.3',
'build_time' => 1772606967,
'version' => 'develop/2026-03-04',
'build_time' => 1772618275,
'api_version' => '2.1.0', // field is no longer used.
'db_version' => 28, // field is no longer used.