Skip to content

Commit

Permalink
Merge pull request #47 from nguyenanhung/v3.x
Browse files Browse the repository at this point in the history
Release v3.0.8.3
  • Loading branch information
nguyenanhung authored Jan 13, 2023
2 parents 743ba10 + f9f8abd commit 85e4be0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-
- name: Install dependencies
run: composer install --no-progress --prefer-dist --optimize-autoloader --ignore-platform-reqs
run: composer install --no-progress --prefer-dist --optimize-autoloader
- name: Test class Logger
run: php ./test/test_logger.php
- name: Test class Utils
Expand Down
2 changes: 1 addition & 1 deletion src/Project.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
interface Project
{
const VERSION = '3.0.8.2';
const VERSION = '3.0.8.3';

/**
* Hàm lấy thông tin phiên bản Packages
Expand Down

0 comments on commit 85e4be0

Please sign in to comment.