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 1de870c commit a489de5Copy full SHA for a489de5
.github/workflows/phpstan.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup PHP
19
uses: shivammathur/setup-php@v2
20
with:
21
- php-version: '8.1'
+ php-version: '8.2'
22
coverage: none
23
24
- name: Install composer dependencies
.github/workflows/run-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
- php: [8.3, 8.2, 8.1]
+ php: [8.2]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
0 commit comments