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 7911abd commit 2899efeCopy full SHA for 2899efe
.github/workflows/phpstan.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
19
with:
20
- php-version: '8.1'
+ php-version: '8.2'
21
coverage: none
22
23
- name: Install composer dependencies
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
fail-fast: true
matrix:
- php: [8.1, '8.2']
+ php: ['8.1', '8.2', '8.3']
dependencies: [lowest, highest]
experimental: [false]
0 commit comments