Skip to content

Commit d43013a

Browse files
committed
workflow update
1 parent 7ec0600 commit d43013a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
operating-system: [ubuntu-latest]
21-
php-versions: ['8.1', '8.4']
21+
php-versions: ['8.1', '8.5']
2222
mysql-version: ['5.7', '8.0', '8.4']
2323

2424
services:

.github/workflows/syntax-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
php: ['8.1', '8.4']
17+
php: ['8.1', '8.5']
1818

1919
name: PHP Syntax ${{ matrix.php }}
2020

.phpstan.dist.neon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includes:
55
parameters:
66
phpVersion:
77
min: 80100
8-
max: 80499
8+
max: 80599
99
magentoRootPath: %currentWorkingDirectory%
1010
fileExtensions:
1111
- php

0 commit comments

Comments
 (0)