Skip to content

Commit 611d66f

Browse files
authored
Merge branch 'main' into release/5.x
2 parents 90de95a + 2a7a30e commit 611d66f

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

.github/workflows/dependabot-auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Dependabot metadata
1616
id: metadata
17-
uses: dependabot/fetch-metadata@v2.4.0
17+
uses: dependabot/fetch-metadata@v2.5.0
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

.github/workflows/run-tests.yml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,20 @@ name: run-tests
22

33
on:
44
push:
5-
branches: [main, release/5.x]
5+
branches: [main]
66
pull_request:
7-
branches: [main, release/5.x]
7+
branches: [main]
88

99
jobs:
1010
test:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
fail-fast: true
1414
matrix:
15-
os: [ubuntu-latest, windows-latest]
16-
php: [8.3, 8.2]
17-
laravel: [11.*, 12.*]
15+
os: [ubuntu-latest]
16+
php: [8.3]
17+
laravel: [13.*]
1818
stability: [prefer-lowest, prefer-stable]
19-
include:
20-
- laravel: 11.*
21-
testbench: 9.*
22-
carbon: 3.*
23-
- laravel: 12.*
24-
testbench: 10.*
25-
carbon: 3.*
26-
exclude:
27-
- php: 8.2
28-
laravel: 12.*
2919

3020
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3121

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "backstage/filament-mails",
3-
"description": "View logged mails and events in a beautiful Filament UI.",
2+
"name": "backstage/mails",
3+
"description": "Log sending mails and related events in a beautiful Filament UI.",
44
"keywords": [
55
"backstagephp",
66
"laravel",
@@ -24,7 +24,7 @@
2424
"filament/filament": "^5.0",
2525
"livewire/livewire": "^4.0",
2626
"spatie/laravel-package-tools": "^1.15.0",
27-
"backstage/laravel-mails": "^2.0"
27+
"backstage/laravel-mails": "self.version"
2828
},
2929
"require-dev": {
3030
"laravel/pint": "^1.16",

0 commit comments

Comments
 (0)