Skip to content

Commit

Permalink
add full testing and update setting() helper to accept default
Browse files Browse the repository at this point in the history
  • Loading branch information
3x1io committed Oct 30, 2024
1 parent f85a371 commit 7c8a02b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2, 8.1]
php: [8.3, 8.2]
laravel: [11.*, 10.*]
stability: [prefer-stable]
include:
Expand All @@ -41,7 +41,6 @@ jobs:
collision: 7.*
exclude:
- laravel: 11.*
php: 8.1
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}
},
"require": {
"php": "^8.1|^8.2",
"php": "^8.2|^8.3",
"tomatophp/console-helpers": "^1.1",
"filament/filament": "^3.2",
"filament/notifications": "^3.2",
Expand Down
Binary file modified tests/database/database.sqlite
Binary file not shown.

0 comments on commit 7c8a02b

Please sign in to comment.