Skip to content

Commit 469abbd

Browse files
committed
Testing cache
1 parent 9a2b91b commit 469abbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020

2121
build:
2222
runs-on: ubuntu-latest
23-
# timeout-minutes: 2
23+
timeout-minutes: 5
2424
needs: [setup]
2525
strategy:
2626
matrix:
27-
version: ['1.6.6', '1.5.0']
27+
version: ['1.6.6', '1.6.5', '1.5.0']
2828
# version: ${{ fromJSON(needs.setup.outputs.versions) }}
2929
steps:
3030
- name: Checkout code

0 commit comments

Comments
 (0)