Skip to content

Commit

Permalink
added laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilsarwe committed Feb 28, 2024
1 parent ab0700e commit 3dddb18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.0', 8.1, 8.2, 8.3]
php: [7.4, '8.0', 8.1, 8.2, 8.3]
laravel: [8, 9, 10, 11]
exclude:
- php: 7.4
laravel: 9
- php: 7.4
laravel: 10
- php: 7.4
laravel: 11
- php: '8.0'
laravel: 10
- php: '8.0'
Expand All @@ -26,7 +32,6 @@ jobs:
- php: 8.3
laravel: 9


name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
}
],
"require": {
"php": "^8.0",
"blade-ui-kit/blade-icons": "^1.6",
"php": "^7.4|^8.0",
"blade-ui-kit/blade-icons": "^1.1",
"illuminate/support": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"codeat3/blade-icon-generation-helpers": "^0.7",
"codeat3/blade-icon-generation-helpers": "^0.8",
"codeat3/phpcs-styles": "^1.0",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.0|^10.5|^11.0"
Expand Down

0 comments on commit 3dddb18

Please sign in to comment.