Skip to content

Commit 2e47aad

Browse files
authored
Merge pull request #2649 from WordPress/feature/ghactions-update-for-php-8.5-release
2 parents d0d8da5 + efc5582 commit 2e47aad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.5' ]
29+
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.6' ]
3030
dependencies: [ 'lowest', 'stable' ]
3131
extensions: [ '' ]
3232
coverage: [false]
@@ -41,11 +41,11 @@ jobs:
4141
dependencies: 'lowest'
4242
extensions: ''
4343
coverage: true
44-
- php: '8.4'
44+
- php: '8.5'
4545
dependencies: 'stable'
4646
extensions: ''
4747
coverage: true
48-
- php: '8.4'
48+
- php: '8.5'
4949
dependencies: 'lowest'
5050
extensions: ''
5151
coverage: true
@@ -59,7 +59,7 @@ jobs:
5959
dependencies: 'dev'
6060
extensions: ''
6161
coverage: false
62-
- php: '8.4'
62+
- php: '8.5'
6363
dependencies: 'dev'
6464
extensions: ''
6565
coverage: false
@@ -70,7 +70,7 @@ jobs:
7070

7171
name: PHP ${{ matrix.php }} on PHPCS ${{ matrix.dependencies }}
7272

73-
continue-on-error: ${{ matrix.php == '8.5' }}
73+
continue-on-error: ${{ matrix.php == '8.6' }}
7474

7575
steps:
7676
- name: Checkout repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![codecov.io](https://codecov.io/gh/WordPress/WordPress-Coding-Standards/graph/badge.svg?token=UzFYn0RzVG&branch=develop)](https://codecov.io/gh/WordPress/WordPress-Coding-Standards?branch=develop)
1111

1212
[![Minimum PHP Version](https://img.shields.io/packagist/php-v/wp-coding-standards/wpcs.svg?maxAge=3600)](https://packagist.org/packages/wp-coding-standards/wpcs)
13-
[![Tested on PHP 7.2 to 8.4](https://img.shields.io/badge/tested%20on-PHP%207.2%20|%207.3%20|%207.4%20|%208.0%20|%208.1%20|%208.2%20|%208.3%20|%208.4-green.svg?maxAge=2419200)](https://github.com/WordPress/WordPress-Coding-Standards/actions/workflows/unit-tests.yml)
13+
[![Tested on PHP 7.2 to 8.5](https://img.shields.io/badge/tested%20on-PHP%207.2%20|%207.3%20|%207.4%20|%208.0%20|%208.1%20|%208.2%20|%208.3%20|%208.4%20|%208.5-green.svg?maxAge=2419200)](https://github.com/WordPress/WordPress-Coding-Standards/actions/workflows/unit-tests.yml)
1414

1515
[![License: MIT](https://poser.pugx.org/wp-coding-standards/wpcs/license)](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/LICENSE)
1616
[![Total Downloads](https://poser.pugx.org/wp-coding-standards/wpcs/downloads)](https://packagist.org/packages/wp-coding-standards/wpcs/stats)

0 commit comments

Comments
 (0)