diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5569cc7..9584a4d 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,13 +13,12 @@ jobs: php: [8.3] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: ${{ matrix.php }} - extensions: curl, mbstring, zip, pcntl, pdo, iconv coverage: none - name: Validate composer.json and composer.lock diff --git a/box.json b/box.json index 48ae25c..e69de29 100644 --- a/box.json +++ b/box.json @@ -1,19 +0,0 @@ -{ - "directories": [ - "app", - "bootstrap", - "config", - "skeleton", - "vendor" - ], - "files": [ - "composer.json", - "server.php" - ], - "exclude-composer-files": false, - "compression": "GZ", - "compactors": [ - "KevinGH\\Box\\Compactor\\Php", - "KevinGH\\Box\\Compactor\\Json" - ] -} diff --git a/builds/lina b/builds/lina new file mode 100755 index 0000000..24ca133 Binary files /dev/null and b/builds/lina differ diff --git a/config/app.php b/config/app.php index 0e34aac..dc65df4 100644 --- a/config/app.php +++ b/config/app.php @@ -26,7 +26,7 @@ | */ - 'version' => '0.5', + 'version' => app()->runningInConsole() ? app('git.version') : '1.0.0', /* |-------------------------------------------------------------------------- diff --git a/lina.phar b/lina.phar deleted file mode 100755 index 9feeeaa..0000000 Binary files a/lina.phar and /dev/null differ