Skip to content

Commit

Permalink
Fix syntax error in continuous integration configuration
Browse files Browse the repository at this point in the history
Corrected the syntax error in the old_stable field in the /.github/workflows/continuous-integration.yml file. The error was due to a missing closing square bracket in the JSON array.
  • Loading branch information
koriym committed Jun 1, 2024
1 parent 683bb05 commit bf04591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
ci:
uses: ray-di/.github/.github/workflows/continuous-integration.yml@v1
with:
old_stable: '["7.3", "7.4", "8.0", "8.1", "8.2"]
old_stable: '["7.3", "7.4", "8.0", "8.1", "8.2"]'
current_stable: 8.3

0 comments on commit bf04591

Please # to comment.