contrib/nix/test-all-rubies.sh (188B) - raw
1 #!/usr/bin/env bash
2 set -e
3 cd "$(dirname "$0")/../.."
4 for rubyversion in 2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3 3.4 ; do
5 nix-shell contrib/nix/ruby$rubyversion-shell.nix --run 'rake ci'
6 done