Skip to content

Commit

Permalink
Excluded Laravel 9.15.0 due to it making the entire application to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Jun 2, 2022
1 parent d95b49b commit 42fe8f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
php: ['8.0', '8.1']
laravel: ['9.0', '9.15']
laravel: ['9.0', '9.14']
enum: ['3', '4']
name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} Enum ${{ matrix.enum }}
steps:
Expand Down
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# AppShell Changelog

## Unreleased
##### 2022-06-02

- Changed Laravel requirements to exclude v9.15.0 that puts the entire application down

## 3.1.1
##### 2022-06-02

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"laracasts/flash": "^3.2.1",
"cviebrock/eloquent-sluggable": "^9.0",
"diglactic/laravel-breadcrumbs": "^7.0",
"laravel/framework": "^9.0"
"laravel/framework": "^9.0||!=9.15.0"
},
"require-dev": {
"ext-sqlite3": "*",
Expand Down

0 comments on commit 42fe8f4

Please sign in to comment.