Skip to content

Commit

Permalink
update master to main in CI. Also updating the supported crystal vers…
Browse files Browse the repository at this point in the history
…ions (#64)
  • Loading branch information
jwoertink authored Feb 13, 2022
1 parent e584b30 commit b3278e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Carbon CI

on:
push:
branches: [master]
branches: [main]
pull_request:
branches: "*"

Expand All @@ -12,8 +12,10 @@ jobs:
fail-fast: false
matrix:
crystal_version:
- 0.36.1
- 1.0.0
- 1.1.0
- 1.2.0
- 1.3.0
experimental:
- false
runs-on: ubuntu-latest
Expand All @@ -32,8 +34,10 @@ jobs:
fail-fast: false
matrix:
crystal_version:
- 0.36.1
- 1.0.0
- 1.1.0
- 1.2.0
- 1.3.0
experimental:
- false
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy docs

on:
push:
branches: [master]
branches: [main]

jobs:
deploy:
Expand Down

0 comments on commit b3278e9

Please sign in to comment.