Skip to content

Commit

Permalink
php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TitasGailius committed Dec 14, 2021
1 parent 338c094 commit 97e4ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0, 8.1]
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
1 change: 1 addition & 0 deletions src/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ public function process()
*
* @return \Generator
*/
#[\ReturnTypeWillChange]
public function getIterator()
{
foreach ($this->process() as $type => $line) {
Expand Down

0 comments on commit 97e4ec2

Please sign in to comment.