Skip to content

Commit 10deecd

Browse files
golorodenclaude
andauthored
chore: Add PHP 8.5 support to CI/CD pipeline (#66)
Co-authored-by: Claude <[email protected]>
1 parent 19c86ab commit 10deecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/qa.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-
version: [ '8.2', '8.3', '8.4', 'latest' ]
17+
version: [ '8.2', '8.3', '8.4', '8.5', 'latest' ]
1818

1919
steps:
2020
- name: Clone repository

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Use PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: '8.4'
25+
php-version: '8.5'
2626
tools: composer
2727
- name: Install dependencies
2828
run: |

0 commit comments

Comments
 (0)