Matrix builds
Table of contents
- The matrix concept
- Basic syntax
- Advanced configurations
- Include and exclude
- Fail-fast and max-parallel
- Practical exercises
1 - The matrix concept
Why use a matrix?
Use cases
| Scenario | Matrix |
|---|---|
| Multi-version | Node 16, 18, 20 |
| Multi-OS | Ubuntu, Windows, macOS |
| Multi-browser | Chrome, Firefox, Safari |
| Multi-database | PostgreSQL, MySQL |