Skip to content

Commit 7045cda

Browse files
committed
fix: wip
1 parent e8dd904 commit 7045cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
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.1'
19+
php-version: '8.2'
2020
coverage: none
2121

2222
- name: Install composer dependencies

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [ubuntu-latest]
1212
php: [8.2]
1313
laravel: [11.*]
14-
stability: [prefer-lowest, prefer-stable]
14+
stability: [prefer-stable]
1515
include:
1616
- laravel: 11.*
1717
testbench: 9.*

0 commit comments

Comments
 (0)