Skip to content

Commit 3a88f5d

Browse files
committed
ci: fix backwards compatibility check
1 parent 8b5c8e1 commit 3a88f5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backwards-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.2'
18+
php-version: '8.5'
1919

2020
- name: Install roave/backward-compatibility-check
2121
run: composer require --dev roave/backward-compatibility-check

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
14+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1515

1616
steps:
1717
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)