Skip to content

Commit

Permalink
Firebase 10 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davideast committed Aug 26, 2023
1 parent 0006bfb commit ddc932c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
node: ["20"]
firebase: ["9"]
firebase: ["9", "10"]
rxjs: ["6", "7"]
fail-fast: false
name: Test firebase@${{ matrix.firebase }} rxjs@${{ matrix.rxjs }} on Node.js ${{ matrix.node }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
strategy:
matrix:
node: ["20"]
firebase: ["9"]
firebase: ["9", "10"]
rxjs: ["7"]
fail-fast: false
name: Lint
Expand Down

0 comments on commit ddc932c

Please sign in to comment.