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 dccc425 commit b085b2dCopy full SHA for b085b2d
.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.0'
+ php-version: '8.2'
20
coverage: none
21
22
- name: Install composer dependencies
.github/workflows/run-tests.yml
@@ -13,7 +13,7 @@ jobs:
13
fail-fast: true
14
matrix:
15
os: [ubuntu-latest, windows-latest]
- php: [8.0]
+ php: [8.2, 8.3]
stability: [prefer-lowest, prefer-stable]
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
0 commit comments