Skip to content

Commit

Permalink
Statamic 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Apr 10, 2024
1 parent 00384ea commit a77381a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
Expand All @@ -20,6 +20,9 @@ jobs:
- laravel: 10.*
framework: ^10.0
testbench: 8.*
- laravel: 11.*
framework: ^11.0
testbench: 8.*
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest
steps:
- name: Checkout code
Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,14 @@
"php": "^8.1",
"bashy/laravel-campaignmonitor": "^6.0",
"edalzell/forma": "^2.0",
"laravel/framework": "^9.0 || ^10.0",
"pixelfear/composer-dist-plugin": "^0.1",
"statamic/cms": "^4.0"
"statamic/cms": "^4.0 || ^5.0"
},
"require-dev": {
"jasonmccreary/laravel-test-assertions": "^2.0",
"mockery/mockery": "^1.3.1",
"nunomaduro/collision": "^6.0 || ^7.0",
"orchestra/testbench": "^7.0 || ^8.0",
"phpunit/phpunit": "^9.0 || ^10.0",
"spatie/laravel-ray": "*"
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0",
"phpunit/phpunit": "^9.0 || ^10.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a77381a

Please sign in to comment.