Skip to content

Commit 4c877b1

Browse files
authored
chore(tests): Add firebase-tools 10 to the matrix (#3157)
1 parent 4a76e02 commit 4c877b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
os: [ ubuntu-latest, macos-latest, windows-latest ]
7070
node: ["12", "14", "16"]
7171
firebase: ["9"]
72-
firebaseTools: ["9"]
72+
firebaseTools: ["9", "10"]
7373
rxjs: ["6", "7"]
7474
ng: ["12", "13"]
7575
exclude:
@@ -147,7 +147,7 @@ jobs:
147147
os: [ ubuntu-latest ]
148148
node: ["14"]
149149
firebase: ["9", "canary", "next"]
150-
firebaseTools: ["9"]
150+
firebaseTools: ["9", "10"]
151151
rxjs: ["7"]
152152
ng: ["12", "13", "next"]
153153
exclude:

0 commit comments

Comments
 (0)