Skip to content

Commit c1fb624

Browse files
committed
## 3.5.0 - 2022-02-10
1 parent d2e9d3c commit c1fb624

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
fail-fast: true
1717
matrix:
1818
os: [ubuntu-18.04, windows-latest]
19-
php: [7.3, 7.4, 8.0]
20-
laravel: [8.*]
19+
php: [8.1, 8.0]
20+
laravel: [9.*]
2121
dependency-version: [prefer-lowest, prefer-stable]
2222
include:
23-
- laravel: 8.*
24-
testbench: 6.*
23+
- laravel: 9.*
24+
testbench: 7.*
2525

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

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

5+
## 3.5.0 - 2022-02-10
6+
7+
### Changed
8+
9+
- Support Laravel Orchid 12.x
10+
511
## 3.4.0 - 2022-02-06
612

713
### Changed

composer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@
1515
}
1616
],
1717
"require": {
18-
"orchid/platform": "^11.0"
19-
},
20-
"conflict": {
21-
"orchid/platform": "<11.0.1"
18+
"orchid/platform": "^12.0"
2219
},
2320
"require-dev": {
24-
"orchestra/testbench": "^6.0",
21+
"orchestra/testbench": "^70",
2522
"phpunit/phpunit": "^9.3"
2623
},
2724
"autoload": {

0 commit comments

Comments
 (0)