Skip to content

Update workflows to include matrix testing#85

Open
andrea-wait-smarty wants to merge 4 commits into
masterfrom
andrea/update-runtime-version
Open

Update workflows to include matrix testing#85
andrea-wait-smarty wants to merge 4 commits into
masterfrom
andrea/update-runtime-version

Conversation

@andrea-wait-smarty

Copy link
Copy Markdown
Contributor

No description provided.

@andrea-wait-smarty andrea-wait-smarty force-pushed the andrea/update-runtime-version branch 2 times, most recently from 53ddfe6 to 53af2a1 Compare June 9, 2026 22:05
@andrea-wait-smarty andrea-wait-smarty force-pushed the andrea/update-runtime-version branch 2 times, most recently from e6f6562 to 4615902 Compare June 11, 2026 13:56
@andrea-wait-smarty andrea-wait-smarty force-pushed the andrea/update-runtime-version branch from 4615902 to 8d157fd Compare June 11, 2026 14:22
Comment thread README.md
The official client libraries for accessing SmartyStreets APIs from Java (and JRE-based languages)

Compatible with Java 11 and later. Earlier Java versions supported by SDK version 3.10.7 and earlier.
Compatible with Java 17 and later. Earlier Java versions supported by SDK version 3.10.7 and earlier.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets remove the Earlier Java versions supported by SDK version 3.10.7 and earlier. We cant specify what versions of java match what versions of the sdks and we dont support this behavior.

Comment thread .github/workflows/test.yml Outdated
java-version: [17, 21, 24]
steps:
- name: Checkout code
uses: actions/checkout@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to v6

Comment thread .github/workflows/test.yml Outdated
uses: actions/checkout@v4

- name: Setup Java ${{ matrix.java-version }}
uses: actions/setup-java@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to v5

Comment thread .github/workflows/publish.yml Outdated

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to v5

Comment thread .github/workflows/publish.yml Outdated
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to v6

Comment thread .github/workflows/publish.yml Outdated
contents: write
steps:
- name: Checkout code
uses: actions/checkout@v4

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

update to v6

Comment thread .github/workflows/publish.yml Outdated
@andrea-wait-smarty andrea-wait-smarty force-pushed the andrea/update-runtime-version branch from 16486db to bffe82b Compare June 16, 2026 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants