Skip to content

Commit

Permalink
chore(ci): add 5.1 5.2 and 5.3 to tested ci versions
Browse files Browse the repository at this point in the history
  • Loading branch information
KonstantinSimeonov committed Jan 4, 2024
1 parent f7e1881 commit 0d70791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

mkdir -p test-output

readonly supported_tsc_versions=(5.0)
readonly supported_tsc_versions=(5.0 5.1 5.2 5.3)

exit_code=0
for v in ${supported_tsc_versions[*]}; do
Expand Down

0 comments on commit 0d70791

Please sign in to comment.