Skip to content

Commit

Permalink
Support Statamic v4 (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga authored May 8, 2023
1 parent 6854abc commit ac12caf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,22 @@ jobs:

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

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

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
}
},
"require": {
"statamic/cms": "~3.3.54 || ~3.4.0"
"statamic/cms": "^4.0"
},
"require-dev": {
"orchestra/testbench": "^6.22.0 || ^7.0"
"orchestra/testbench": "^7.0 || ^8.0"
},
"config": {
"allow-plugins": {
Expand Down

0 comments on commit ac12caf

Please sign in to comment.