From d2f747a84d1aab1d379fda668160483aa9d77314 Mon Sep 17 00:00:00 2001 From: Thomas Sader Date: Sun, 6 Oct 2024 16:27:41 +0200 Subject: [PATCH] Update Github-actions Tcl9.0 to release --- .github/workflows/dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index d3dacb753..2b2756e46 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -11,7 +11,7 @@ jobs: name: Tcl Versions strategy: matrix: - tcl_version: [ '8.5.19', '8.6.14', '8.7a5', '9.0b2' ] + tcl_version: [ '8.5.19', '8.6.14', '8.7a5', '9.0.0' ] continue-on-error: true runs-on: ubuntu-latest steps: