Skip to content

Commit

Permalink
[CI] Update GH Actions CI for v3/v4 switch-over
Browse files Browse the repository at this point in the history
  • Loading branch information
cpjolicoeur committed Apr 26, 2022
1 parent 4a918a2 commit 5cc9d40
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,6 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.10.x
otp: 21.3.8.21
- elixir: 1.10.x
otp: 22.3.4.16
- elixir: 1.10.x
otp: 23.2.7
warnings_as_errors: true
static_analysis: false
- elixir: 1.11.x
otp: 21.3.8.21
- elixir: 1.11.x
otp: 22.3.4.16
- elixir: 1.11.x
otp: 23.2.7
warnings_as_errors: true
static_analysis: false
- elixir: 1.12.x
otp: 22.x
- elixir: 1.12.x
Expand Down
22 changes: 19 additions & 3 deletions .github/workflows/v4.yml → .github/workflows/v3.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: V4 Torch CI
name: Torch v3 CI

on:
pull_request:
branches: [v4]
branches: [v3]
types: [opened, edited, reopened, synchronize]
push:
branches: [v4]
branches: [v3]
tags:
- v[1-9].[0-9]+.[0-9]+

Expand All @@ -18,6 +18,22 @@ jobs:
fail-fast: false
matrix:
include:
- elixir: 1.10.x
otp: 21.3.8.21
- elixir: 1.10.x
otp: 22.3.4.16
- elixir: 1.10.x
otp: 23.2.7
warnings_as_errors: true
static_analysis: false
- elixir: 1.11.x
otp: 21.3.8.21
- elixir: 1.11.x
otp: 22.3.4.16
- elixir: 1.11.x
otp: 23.2.7
warnings_as_errors: true
static_analysis: false
- elixir: 1.12.x
otp: 22.x
- elixir: 1.12.x
Expand Down

0 comments on commit 5cc9d40

Please sign in to comment.