[Source](https://github.com/AcademySoftwareFoundation/rez/tree/2.47.3) | [Diff](https://github.com/AcademySoftwareFoundation/rez/compare/2.47.2...2.47.3)
**Notes**
* GitHub Actions CI test suite added
* Windows not passing currently, fixes to come
* Note that pwsh shell implementation was using the subprocess 'universal_newlines' arg - this has been
removed. This was causing `execute_shell` to return an str-type stdout/stderr tuple, rather than
bytes as every other shell impl does, and this was causing tests to fail.
**Merged pull requests:**
- Gh actions - first pass [\750](https://github.com/AcademySoftwareFoundation/rez/pull/750) ([nerdvegas](https://github.com/nerdvegas))