Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
36 changes: 18 additions & 18 deletions .github/workflows/integration-test-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,78 +13,78 @@ jobs:
# ==========================================================================
migrate-node-ubuntu-system:
name: Node.js - System (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-ubuntu-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-ubuntu-system.yml@main

migrate-node-ubuntu-nvm:
name: Node.js - nvm (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-ubuntu-nvm.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-ubuntu-nvm.yml@main

migrate-node-macos-system:
name: Node.js - System (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-macos-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-macos-system.yml@main

migrate-node-macos-fnm:
name: Node.js - fnm (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-macos-fnm.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-macos-fnm.yml@main

migrate-node-windows-system:
name: Node.js - System (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-windows-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-windows-system.yml@main

migrate-node-windows-nvm:
name: Node.js - nvm-windows (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-windows-nvm.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-windows-nvm.yml@main

# ==========================================================================
# Python Migrations
# ==========================================================================
migrate-python-ubuntu-system:
name: Python - System (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-ubuntu-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-ubuntu-system.yml@main

migrate-python-ubuntu-pyenv:
name: Python - pyenv (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-ubuntu-pyenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-ubuntu-pyenv.yml@main

migrate-python-macos-system:
name: Python - System (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-macos-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-macos-system.yml@main

migrate-python-macos-pyenv:
name: Python - pyenv (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-macos-pyenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-macos-pyenv.yml@main

migrate-python-windows-system:
name: Python - System (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-windows-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-windows-system.yml@main

migrate-python-windows-pyenv:
name: Python - pyenv-win (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-windows-pyenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-windows-pyenv.yml@main

# ==========================================================================
# Ruby Migrations
# ==========================================================================
migrate-ruby-ubuntu-system:
name: Ruby - System (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-ubuntu-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-ubuntu-system.yml@main

migrate-ruby-ubuntu-rbenv:
name: Ruby - rbenv (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-ubuntu-rbenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-ubuntu-rbenv.yml@main

migrate-ruby-macos-system:
name: Ruby - System (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-macos-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-macos-system.yml@main

migrate-ruby-macos-rbenv:
name: Ruby - rbenv (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-macos-rbenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-macos-rbenv.yml@main

migrate-ruby-windows-system:
name: Ruby - System (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-windows-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-windows-system.yml@main

migrate-ruby-windows-uru:
name: Ruby - uru (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-windows-uru.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-windows-uru.yml@main
6 changes: 3 additions & 3 deletions .github/workflows/integration-test-runtimes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@ permissions:
jobs:
node:
name: Node.js
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-node.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-node.yml@main
with:
version1: '20.18.0'
version2: '22.11.0'

python:
name: Python
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-python.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-python.yml@main
with:
version1: '3.11.9'
version2: '3.12.7'

ruby:
name: Ruby
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-ruby.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-ruby.yml@main
with:
version1: '3.3.6'
version2: '3.4.1'
42 changes: 21 additions & 21 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ jobs:
# ==========================================================================
node:
name: Node.js
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-node.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-node.yml@main
with:
version1: '20.18.0'
version2: '22.11.0'

python:
name: Python
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-python.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-python.yml@main
with:
version1: '3.11.9'
version2: '3.12.7'

ruby:
name: Ruby
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-ruby.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-ruby.yml@main
with:
version1: '3.3.6'
version2: '3.4.1'
Expand All @@ -40,72 +40,72 @@ jobs:
# ==========================================================================
migrate-node-ubuntu-system:
name: Migrate Node.js from System (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-ubuntu-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-ubuntu-system.yml@main

migrate-node-ubuntu-nvm:
name: Migrate Node.js from nvm (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-ubuntu-nvm.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-ubuntu-nvm.yml@main

migrate-node-macos-system:
name: Migrate Node.js from System (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-macos-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-macos-system.yml@main

migrate-node-windows-system:
name: Migrate Node.js from System (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-windows-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-windows-system.yml@main

migrate-node-macos-fnm:
name: Migrate Node.js from fnm (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-macos-fnm.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-macos-fnm.yml@main

migrate-node-windows-nvm:
name: Migrate Node.js from nvm-windows (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-node-windows-nvm.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-node-windows-nvm.yml@main

migrate-python-ubuntu-system:
name: Migrate Python from System (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-ubuntu-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-ubuntu-system.yml@main

migrate-python-ubuntu-pyenv:
name: Migrate Python from pyenv (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-ubuntu-pyenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-ubuntu-pyenv.yml@main

migrate-python-macos-system:
name: Migrate Python from System (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-macos-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-macos-system.yml@main

migrate-python-macos-pyenv:
name: Migrate Python from pyenv (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-macos-pyenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-macos-pyenv.yml@main

migrate-python-windows-system:
name: Migrate Python from System (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-windows-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-windows-system.yml@main

migrate-python-windows-pyenv:
name: Migrate Python from pyenv-win (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-python-windows-pyenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-python-windows-pyenv.yml@main

migrate-ruby-ubuntu-system:
name: Migrate Ruby from System (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-ubuntu-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-ubuntu-system.yml@main

migrate-ruby-ubuntu-rbenv:
name: Migrate Ruby from rbenv (Ubuntu)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-ubuntu-rbenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-ubuntu-rbenv.yml@main

migrate-ruby-macos-system:
name: Migrate Ruby from System (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-macos-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-macos-system.yml@main

migrate-ruby-macos-rbenv:
name: Migrate Ruby from rbenv (macOS)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-macos-rbenv.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-macos-rbenv.yml@main

migrate-ruby-windows-system:
name: Migrate Ruby from System (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-windows-system.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-windows-system.yml@main

migrate-ruby-windows-uru:
name: Migrate Ruby from uru (Windows)
uses: CodingWithCalvin/.github/.github/workflows/dtvem/integration-test-migrate-ruby-windows-uru.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/integration-test-migrate-ruby-windows-uru.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/preview-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
generate:
name: Generate
uses: CodingWithCalvin/.github/.github/workflows/dtvem/generate-changelog.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/generate-changelog.yml@main
secrets: inherit

preview:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
changelog:
name: Generate Changelog
needs: build
uses: CodingWithCalvin/.github/.github/workflows/dtvem/generate-changelog.yml@main
uses: CodingWithCalvin/.github/workflows/dtvem/generate-changelog.yml@main
secrets: inherit

release:
Expand Down