Skip to content

Commit 0f43699

Browse files
authored
Run CI with php 8.5 and add php 8.6 to the testing matrix (#2092)
1 parent 127c79f commit 0f43699

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install PHP with extensions
2929
uses: shivammathur/setup-php@v2
3030
with:
31-
php-version: 8.3
31+
php-version: 8.5
3232
tools: composer:v2
3333

3434
- name: Install roave/backward-compatibility-check

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
max-parallel: 10
1515
matrix:
16-
php: ['8.2', '8.3', '8.4', '8.5']
16+
php: ['8.2', '8.3', '8.4', '8.5', '8.6']
1717

1818
steps:
1919
- name: Set up PHP

0 commit comments

Comments
 (0)