Skip to content

Commit

Permalink
Merge pull request #111 from sergiy-petrov/sergiy-petrov-patch-1
Browse files Browse the repository at this point in the history
PHP 8.1 support
  • Loading branch information
bschmitt authored Oct 27, 2021
2 parents 8ad2995 + 8894efa commit afb31bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
os: [ ubuntu-18.04, ubuntu-20.04 ]
php: [ 7.3, 7.4, 8.0 ]
php: [ 7.3, 7.4, 8.0, 8.1 ]
name: ${{ matrix.os }} - PHP${{ matrix.php }}
steps:
- name: Checkout Repo
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
],
"require": {
"php": "^7.3|~8.0.0",
"php": "^7.3|^8.0",
"php-amqplib/php-amqplib": "^3.0",
"illuminate/support": ">=6.20.0"
},
Expand Down

0 comments on commit afb31bd

Please sign in to comment.