Skip to content

Commit

Permalink
Merge pull request #10 from wireui/update-icons
Browse files Browse the repository at this point in the history
Update icons
  • Loading branch information
ph7jack authored Feb 19, 2024
2 parents cc46801 + 028f0b6 commit 7ed75ca
Show file tree
Hide file tree
Showing 168 changed files with 1,788 additions and 989 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]
laravel: [9.*, 10.*]
exclude:
- php: 8.3
laravel: 9.*

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.1|^8.2",
"php": "^8.1|^8.2|^8.3",
"laravel/framework": "^9.16|^10.0"
},
"require-dev": {
Expand Down
Loading

0 comments on commit 7ed75ca

Please sign in to comment.