Skip to content

Commit

Permalink
Statamic 4 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed May 10, 2023
1 parent 9779825 commit 7405ce6
Show file tree
Hide file tree
Showing 5 changed files with 634 additions and 712 deletions.
18 changes: 16 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,24 @@ jobs:

strategy:
matrix:
php: [8.1, 8.2]
laravel: [9.*]
php: [8.1]
laravel: [9.*, 10.*]
stability: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
include:
- laravel: 9.*
- laravel: 10.*
- os: windows-latest
php: 8.1
laravel: 9.*
stability: prefer-stable
- os: windows-latest
php: 8.1
laravel: 10.*
stability: prefer-stable
exclude:
- laravel: 9.*
php: 7.4

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

Expand Down
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@
}
},
"require": {
"php": "^7.3|^8.0",
"statamic/cms": "^3.4",
"laravel/framework": "^9.52"
"php": "^8.0",
"statamic/cms": "^4"
},
"require-dev": {
"mockery/mockery": "^1.2.3",
"laravel/pint": "^1.8",
"orchestra/testbench": "^6.7.0 || ^7.0"
"orchestra/testbench": "^7.0 || ^8.0"
},
"extra": {
"statamic": {
Expand Down
Loading

0 comments on commit 7405ce6

Please sign in to comment.