Skip to content

Commit 0cfc81c

Browse files
committed
.github: update workflows
1 parent 3259884 commit 0cfc81c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: shivammathur/setup-php@v2
1515
with:
16-
php-version: 8.0
16+
php-version: 8.1
1717
coverage: none
1818

1919
- run: composer install --no-progress --prefer-dist

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
php-version: ['8.0', '8.1', '8.2']
13+
php-version: ['8.1', '8.2', '8.3']
1414

1515
steps:
1616
- uses: actions/checkout@v2
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
php-version: ['8.0', '8.1', '8.2']
35+
php-version: ['8.1', '8.2']
3636
arch: [x64]
3737
ts: [nts]
3838

@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v2
6363
- uses: shivammathur/setup-php@v2
6464
with:
65-
php-version: 8.0
65+
php-version: 8.1
6666
coverage: none
6767

6868
- run: composer install --no-progress

0 commit comments

Comments
 (0)