Skip to content

Commit

Permalink
minor #422 Run tests on PHP 8.1 (derrabus)
Browse files Browse the repository at this point in the history
This PR was merged into the 3.x-dev branch.

Discussion
----------

Run tests on PHP 8.1

Commits
-------

1c263a5 Run tests on PHP 8.1
  • Loading branch information
derrabus committed Nov 5, 2021
2 parents 92bd02c + 1c263a5 commit 46d8af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0' ]
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
monolog: [ '1.*', '2.*' ]
include:
- php: '7.1'
Expand Down

0 comments on commit 46d8af4

Please sign in to comment.