Skip to content

Commit 972da62

Browse files
committed
Test on PHP 8.5 too
1 parent 96b82e1 commit 972da62

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/composer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
17+
php: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1818
outdated-args: ['--ignore=phpunit/phpunit --ignore=nikic/php-parser']
1919
include:
2020
- php: '7.4'

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
17+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1818

1919
name: PHPStan - PHP ${{ matrix.php }}
2020

.github/workflows/phpstan_lowest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
17+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1818

1919
name: PHPStan with lowest dependencies - PHP ${{ matrix.php }}
2020

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
17+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1818

1919
name: PHPunit - PHP ${{ matrix.php }}
2020

.github/workflows/phpunit_lowest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
17+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1818

1919
name: PHPunit with lowest dependencies - PHP ${{ matrix.php }}
2020

.github/workflows/syntax_checker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
17+
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1818

1919
name: PHP syntax checker - PHP ${{ matrix.php }}
2020

@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
php: [ '8.1', '8.2', '8.3', '8.4' ]
39+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
4040

4141
name: PHP syntax checker - PHP ${{ matrix.php }}
4242

0 commit comments

Comments
 (0)