Question 088
### What does the `matrix` keyword do in a GitHub Actions workflow?
> https://docs.github.com/en/enterprise-cloud@latest/actions/using-jobs/using-a-matrix-for-your-jobs
1. [x] Allows defining multiple job configurations to run in parallel
1. [ ] Sets environment variables for the job
1. [ ] Triggers workflows based on a schedule
1. [ ] Defines secrets for the workflow