diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ec61744..3d46aef 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2'] + php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3'] steps: ## checkout the repoistory @@ -36,7 +36,7 @@ jobs: ## run unit tests - name: PHP Unit tests for PHP run: vendor/bin/phpunit --verbose --configuration actions.phpunit.xml - if: matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0' || matrix.php == '7.4' || matrix.php == '7.3' || matrix.php == '7.2' || matrix.php == '7.0' + if: matrix.php == '8.2' || matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0' || matrix.php == '7.4' || matrix.php == '7.3' || matrix.php == '7.2' || matrix.php == '7.0' ## unit test with coverage - name: PHP Unit tests for PHP 7.1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 838aab6..a152771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). +## 3.7.2 (31. October 2023) + ++ [#55](https://github.com/luyadev/luya-module-crawler/pull/55) Added indonesia language + ## 3.7.1 (10. Mai 2023) + Changed max char length for builder and index tables `content` field to 16,777,215. According to migrations even 4,294,967,295 characters would be supported.