Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to improve the build process and update the software version. The most important changes include updating the CI workflow to add a new job for building a UTF-8 compatible Docker image, updating the version of
opensourcecobol4j
to v1.1.6, and adding a newutf8.Dockerfile
for UTF-8 support.CI Workflow Improvements:
.github/workflows/ci.yml
: Renamed therun-tests
job tobuild
and added a newutf8-build
job to build a UTF-8 compatible Docker image usingutf8.Dockerfile
.Version Updates:
Dockerfile
: Updated the version ofopensourcecobol4j
from v1.1.5 to v1.1.6.README.md
: Updated the documented version ofopensourcecobol4j
from v1.1.5 to v1.1.6.New UTF-8 Dockerfile:
utf8.Dockerfile
: Added a new Dockerfile to build a UTF-8 compatible Docker image withopensourcecobol4j
v1.1.6 and necessary dependencies.