|
70 | 70 | os: [ ubuntu-latest, macos-latest, windows-latest ] |
71 | 71 | node: [ "14", "16"] |
72 | 72 | firebase: ["9"] |
73 | | - firebaseTools: ["10"] |
74 | | - rxjs: ["6", "7"] |
75 | | - ng: ["12", "13"] |
| 73 | + firebaseTools: ["11"] |
| 74 | + rxjs: ["7"] |
| 75 | + ng: ["12", "13", "14"] |
76 | 76 | exclude: |
77 | 77 | # TODO investigate failures |
78 | 78 | # https://github.com/angular/angularfire/runs/4174069788 |
@@ -150,7 +150,7 @@ jobs: |
150 | 150 | yarn test:node-esm |
151 | 151 | if: matrix.ng != '12' && matrix.rxjs == '7' |
152 | 152 | - name: Test browser |
153 | | - if: matrix.os == 'ubuntu-latest' && matrix.node == '14' && matrix.firebaseTools == '10' |
| 153 | + if: matrix.os == 'ubuntu-latest' && matrix.node == '14' && matrix.firebaseTools == '11' |
154 | 154 | run: yarn test:chrome-headless |
155 | 155 | - name: ng-build yarn install |
156 | 156 | run: | |
@@ -185,9 +185,9 @@ jobs: |
185 | 185 | os: [ ubuntu-latest ] |
186 | 186 | node: ["14"] |
187 | 187 | firebase: ["9", "canary", "next"] |
188 | | - firebaseTools: ["10"] |
| 188 | + firebaseTools: ["11"] |
189 | 189 | rxjs: ["7"] |
190 | | - ng: ["12", "13", "next"] |
| 190 | + ng: ["12", "13", "14", "next"] |
191 | 191 | exclude: |
192 | 192 | # standard configurations |
193 | 193 | - firebase: 9 |
@@ -278,7 +278,7 @@ jobs: |
278 | 278 | run: | |
279 | 279 | cd ./test/ng-build |
280 | 280 | npx @angular/cli@13 update @angular/core@13 @angular/cli@13 @nguniversal/express-engine@13 --allow-dirty --force |
281 | | - if: matrix.ng == 'next' |
| 281 | + if: matrix.ng == '14' || matrix.ng == 'next' |
282 | 282 | - name: Update ng-build to ng@${{ matrix.ng }} |
283 | 283 | run: | |
284 | 284 | cd ./test/ng-build |
@@ -309,6 +309,12 @@ jobs: |
309 | 309 | with: |
310 | 310 | node-version: ${{ matrix.node }} |
311 | 311 | check-latest: true |
| 312 | + - name: Setup java |
| 313 | + uses: actions/setup-java@v3 |
| 314 | + with: |
| 315 | + distribution: 'temurin' |
| 316 | + java-version: '11' |
| 317 | + if: matrix.os == 'macos-latest' && matrix.node == '14' |
312 | 318 | - name: node_modules cache |
313 | 319 | uses: actions/cache@v2 |
314 | 320 | id: node_modules_cache |
|
0 commit comments