github-actions-hero
github-actions-hero copied to clipboard
Lesson 12: Matrix Job issue
I'm new to learning Github Actions. For this lesson, I put in what I thought was the correct answer:
matrix:
version: [8, 10, 12]
component: [frontend, backend]

I don't get an error, but it doesn't let me proceed. I had a look through the source and can see the result must contain "frontend" and "backend".
Your solution is correct, I think that's a bug in the code determining whether the solution is correct or now. There have been some issues with the last few lessons.