Skip to content

Commit 99e9e5b

Browse files
ci(sdk test): Add php 8.5 in test matrix
1 parent 3ddd212 commit 99e9e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/php-sdk-development-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix:
74-
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
74+
php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4", "8.5"]
7575

7676
name: Test suite
7777
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)