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 3b8ef90 commit 103b00eCopy full SHA for 103b00e
.github/workflows/static-analysis.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v2
14
- uses: shivammathur/setup-php@v2
15
with:
16
- php-version: 8.0
+ php-version: 8.1
17
coverage: none
18
19
- run: composer install --no-progress --prefer-dist
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- php-version: ['8.0', '8.1', '8.2']
+ php-version: ['8.1', '8.2', '8.3']
36
arch: [x64]
37
ts: [nts]
38
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
- run: composer install --no-progress
0 commit comments