Skip to content

GitHub Actions – removing Python 3.4 and Ruby 2.3 from the virtual environments

We will remove Python 3.4 and Ruby 2.3 from all virtual environments in a future update since both reached end-of-life in March 2019.

On 10/23/2019 we will change the default shell for the run step on Windows runners to PowerShell.

If your run step contains Windows batch scripting you should update it to specify cmd as the shell to avoid being broken.

- run: |
    ...
  shell: cmd

Learn more about scripts in GitHub Actions here.

If you have any questions or thoughts about these changes, we recommend sharing in our GitHub Community Forum’s Actions Board!

See more