Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
RTippin committed Dec 10, 2021
2 parents 47b7149 + 5dc99cb commit f7fb971
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.4, 8.0]
laravel: [^8.0]
php: [7.4, 8.0, 8.1]
laravel: [^8.42]

name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"Faker"
],
"require": {
"php": "^7.4||^8.0",
"php": "^7.4|^8.0|^8.1",
"fakerphp/faker": "^1.13",
"guzzlehttp/guzzle": "^7.3",
"rtippin/messenger": "^1.13"
Expand Down

0 comments on commit f7fb971

Please sign in to comment.