Skip to content

Update workflow #67

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Apr 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
72c5bad
Merge pull request #42 from snickerjp/develop
snickerjp Feb 10, 2025
a5116f8
Merge pull request #44 from snickerjp/develop
snickerjp Feb 10, 2025
52e625e
Merge pull request #49 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
b91b4d9
Merge pull request #50 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
3f8595a
Merge pull request #51 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
881d000
Merge pull request #52 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
722c6d9
Merge pull request #53 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
fd8d6e3
Merge pull request #54 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
2aed8d9
Merge pull request #55 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
03aeb00
Merge pull request #56 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
8345e35
Merge pull request #58 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
98b72f8
Merge pull request #59 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
1929f21
Merge pull request #60 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
5eea729
Merge pull request #62 from snickerjp/feat-update-mysql-shell-and-wor…
snickerjp Apr 26, 2025
daa678d
Merge pull request #65 from snickerjp/develop
snickerjp Apr 26, 2025
9f16b48
update 9.2 to 9.3
snickerjp Apr 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
include:
- series: innovation
version: 9.2
version: 9.3
extra_tag: Innovation
- series: lts
version: 8.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
matrix:
include:
- series: innovation
version: 9.2
version: 9.3
extra_tag: Innovation
- series: lts
version: 8.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
include:
- series: innovation
version: 9.2
version: 9.3
- series: lts
version: 8.4

Expand Down
Loading