Skip to content

Commit 103b00e

Browse files
committed
8.1+
1 parent 3b8ef90 commit 103b00e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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', '8.3']
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)