Skip to content

Commit

Permalink
Merge pull request #56 from luyadev/release
Browse files Browse the repository at this point in the history
php 83 and changelog
  • Loading branch information
nadar authored Oct 31, 2023
2 parents 2203998 + 541c56c commit df9a03e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit df9a03e

Please sign in to comment.