Skip to content

Commit

Permalink
PHP and Csharp Comparison support (#83)
Browse files Browse the repository at this point in the history
* added php and csharp comparison support

* testing with custom branch

* branch change
  • Loading branch information
ankit-privado authored Sep 20, 2024
1 parent b2bd1f6 commit 8b27081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comparison_results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: start_workflow
strategy:
matrix:
language: ['java-1', 'java-2' ,'python', 'js', 'ruby-1', 'ruby-2', 'go', 'kotlin']
language: ['java-1', 'java-2' ,'python', 'js', 'ruby-1', 'ruby-2', 'go', 'kotlin', 'csharp', 'php']
continue-on-error: true
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8b27081

Please sign in to comment.