We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8dd904 commit 7045cdaCopy full SHA for 7045cda
.github/workflows/phpstan.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Setup PHP
17
uses: shivammathur/setup-php@v2
18
with:
19
- php-version: '8.1'
+ php-version: '8.2'
20
coverage: none
21
22
- name: Install composer dependencies
.github/workflows/run-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
os: [ubuntu-latest]
12
php: [8.2]
13
laravel: [11.*]
14
- stability: [prefer-lowest, prefer-stable]
+ stability: [prefer-stable]
15
include:
- laravel: 11.*
testbench: 9.*
0 commit comments