Skip to content

Commit fa6785d

Browse files
authored
chore: add php 8.5 to testing matrix (#8816)
1 parent ef71072 commit fa6785d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
platform: [ubuntu-latest, windows-latest]
15-
php: [ "8.1", "8.2", "8.3", "8.4" ]
15+
php: [ "8.1", "8.2", "8.3", "8.4", "8.5" ]
1616
extensions: ["grpc-1.54.0"]
1717
type: ["Unit Test"]
1818
include:

0 commit comments

Comments
 (0)