Xuanwo commented on code in PR #3799:
URL:
https://github.com/apache/incubator-opendal/pull/3799#discussion_r1434715365
##########
.github/workflows/bindings_php.yml:
##########
@@ -31,7 +31,7 @@ on:
# paths:
# - "bindings/php/**"
# - ".github/workflows/bindings_php.yml"
- workflow_dispatch:
+ # workflow_dispatch:
Review Comment:
Please keep this so we can perform test.
##########
.github/workflows/bindings_php.yml:
##########
@@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: true
matrix:
- php: [8.1, 8.2]
+ php: [8.1, 8.2, 8.3]
Review Comment:
Please don't change this since we can't test them.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]