Skip to content

Commit

Permalink
Merge c65e5fe into 7af91d2
Browse files Browse the repository at this point in the history
  • Loading branch information
mhujer committed Oct 31, 2021
2 parents 7af91d2 + c65e5fe commit c7a938d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
fail-fast: false
matrix:
operating-system: [ ubuntu-latest ]
php-versions: [ '8.0' ]
php-versions: [ '8.0', '8.1' ]
composer-dependencies: [ '', '--prefer-lowest' ]
symfony-version: [ '' ]
extra-label: [ '' ]
Expand All @@ -19,6 +19,10 @@ jobs:
operating-system: windows-latest
coverage: xdebug

- php-versions: '8.1'
operating-system: windows-latest
coverage: xdebug

steps:
# see https://github.com/actions/checkout/issues/226#issue-606867805
- name: Prepare git
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ Changelog

## 3.4.0 (2021-??-??)
- [#15](../../pull/15) Drop support for PHP < 8.0
- [#16](../../pull/16) Add support for PHP 8.1

## 3.3.0 (2020-12-31)
- [#12](../../pull/12) Drop support for PHP < 7.4
Expand Down

0 comments on commit c7a938d

Please sign in to comment.