Skip to content

Commit

Permalink
update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
aozisik committed Mar 21, 2024
1 parent 12df495 commit 3ac6b3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
php: [7.4, 8.0, 8.1, 8.2, 8.3]
laravel: [8.*, 9.*, 10.*, 11.*]
statamic: [3.*, 4.*]
statamic: [3.*, 4.*, 5.*]
exclude:
- laravel: 8.*
php: 8.2
Expand All @@ -20,6 +20,8 @@ jobs:
php: 7.4
- laravel: 8.*
statamic: 4.*
- laravel: 8.*
statamic: 5.*
- laravel: 10.*
statamic: 3.*
- laravel: 10.*
Expand All @@ -32,6 +34,8 @@ jobs:
php: 8.0
- laravel: 11.*
statamic: 3.*
- laravel: 11.*
statamic: 4.*
dependency-version: [prefer-stable]

name: P${{ matrix.php }} - L${{ matrix.laravel }} - S${{ matrix.statamic }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": "^7.4|^8.0",
"laravel/framework": "^7.30.3|^8.24|^9.0|^10.0|^11.0",
"statamic/cms": "^3.0.0|^4.0"
"statamic/cms": "^3.0.0|^4.0|^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.8",
Expand Down

0 comments on commit 3ac6b3f

Please sign in to comment.