Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Sep 27, 2022
1 parent 68ff206 commit f461ecc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,8 @@ jobs:
- 7.2
- 7.3
- 7.4
composer-args: [ "" ]
include:
- php: 8.0
composer-args: --ignore-platform-reqs
fail-fast: false
- 8.0
- 8.1

steps:
- name: Checkout
Expand All @@ -67,7 +64,7 @@ jobs:
restore-keys: ${{ runner.os }}-php-${{ matrix.php }}-composer-

- name: Install dependencies
run: composer install --prefer-dist --no-progress ${{ matrix.composer-args }}
run: composer install --prefer-dist --no-progress

- name: Tests
run: composer test
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.3] - 2022-09-27
### Fixed
- Replace `true/punycode` with `symfony/polyfill-intl-idn` [#6].

## [2.0.2] - 2020-12-04
### Added
- Support for PHP 8
Expand Down Expand Up @@ -70,14 +74,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Changed
- Updated to `http-interop/http-middleware#0.3`

## 0.1.0 - 2016-10-11
## [0.1.0] - 2016-10-11
First version

[#1]: https://github.com/middlewares/referrer-spam/issues/1
[#2]: https://github.com/middlewares/referrer-spam/issues/2
[#3]: https://github.com/middlewares/referrer-spam/issues/3
[#4]: https://github.com/middlewares/referrer-spam/issues/4
[#6]: https://github.com/middlewares/referrer-spam/issues/6

[2.0.3]: https://github.com/middlewares/referrer-spam/compare/v2.0.2...v2.0.3
[2.0.2]: https://github.com/middlewares/referrer-spam/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/middlewares/referrer-spam/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/middlewares/referrer-spam/compare/v1.2.0...v2.0.0
Expand All @@ -88,3 +94,4 @@ First version
[0.4.0]: https://github.com/middlewares/referrer-spam/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/middlewares/referrer-spam/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/middlewares/referrer-spam/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/middlewares/referrer-spam/releases/tag/v0.1.0

0 comments on commit f461ecc

Please sign in to comment.