Skip to content

Commit ca8939f

Browse files
committed
WIP
1 parent 7070737 commit ca8939f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ We're sorry to hear you have a problem. Can you help us solve it by providing th
2020
attributes:
2121
label: Package Version
2222
description: What version of our Package are you running? Please be as specific as possible
23-
placeholder: "11.0"
24-
value: "11.0"
23+
placeholder: "12.0"
24+
value: "12.0"
2525
validations:
2626
required: true
2727
- type: input
@@ -38,8 +38,8 @@ We're sorry to hear you have a problem. Can you help us solve it by providing th
3838
attributes:
3939
label: Laravel Version
4040
description: What version of Laravel are you running? Please be as specific as possible
41-
placeholder: "11.0.0"
42-
value: "11.0.0"
41+
placeholder: "12.0.0"
42+
value: "12.0.0"
4343
validations:
4444
required: true
4545
- type: dropdown

.github/workflows/phpstan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.3'
19+
php-version: '8.4'
2020
coverage: none
2121

2222
- name: Install composer dependencies

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
max-parallel: 1
1515
matrix:
1616
os: [ ubuntu-latest ]
17-
php: [ 8.2, 8.3 ]
18-
laravel: [ 11.* ]
17+
php: [ 8.2, 8.3, 8.4 ]
18+
laravel: [ 12.* ]
1919
stability: [ prefer-lowest, prefer-stable ]
2020

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

0 commit comments

Comments
 (0)