Skip to content

Commit

Permalink
## 3.5.0 - 2022-02-10
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Feb 10, 2022
1 parent d2e9d3c commit c1fb624
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-18.04, windows-latest]
php: [7.3, 7.4, 8.0]
laravel: [8.*]
php: [8.1, 8.0]
laravel: [9.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 8.*
testbench: 6.*
- laravel: 9.*
testbench: 7.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to `crud` will be documented in this file

## 3.5.0 - 2022-02-10

### Changed

- Support Laravel Orchid 12.x

## 3.4.0 - 2022-02-06

### Changed
Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,10 @@
}
],
"require": {
"orchid/platform": "^11.0"
},
"conflict": {
"orchid/platform": "<11.0.1"
"orchid/platform": "^12.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^70",
"phpunit/phpunit": "^9.3"
},
"autoload": {
Expand Down

0 comments on commit c1fb624

Please sign in to comment.