diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index b59adb7..e3ac2d0 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -34,9 +34,6 @@ jobs: - name: Coding Standard Checks run: PHP_CS_FIXER_IGNORE_ENV=1 bin/php-cs-fixer fix --verbose --diff --dry-run - - name: phpspec - run: bin/phpspec run --format=pretty - - name: Run tests (phpspec) run: ./bin/phpspec run --format=pretty diff --git a/CHANGELOG.md b/CHANGELOG.md index cbdd915..323082e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added * add CircleCI jobs for build and tests with php 8.0 +* add Github actions jobs for build and tests with php 7.4 and php 8.0 ### Changed * refactoring of docker-compose to develop with php74 and php80