We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c49b42f commit b123f6cCopy full SHA for b123f6c
.github/workflows/ci-cd.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- version: [ 7.4, "8.0" ]
+ version: [ 7.4, "8.0", 8.1 ]
14
type: [ '', '-prod' ]
15
16
steps:
0 commit comments