aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2022-06-09 22:15:53 +0200
committerBadlop <badlop@process-one.net>2022-06-12 13:08:24 +0200
commita30d8c718f287e23e8c3ca34893de321d77eb989 (patch)
tree9355bb90874f9cbdffcbda8a017a56c01b4f53a8 /.github
parentUse INSERT ... ON DUPLICATE KEY UPDATE for upsert on mysql (diff)
Update workflows to Erlang 25
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/runtime.yml12
2 files changed, 9 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 52d6c4208..a4632deca 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- otp: ['19.3', '24', '25.0-rc3']
+ otp: ['19.3', '24', '25.0']
include:
- otp: '19.3'
rebar: 2
@@ -33,7 +33,7 @@ jobs:
- otp: '24'
rebar: 3
os: ubuntu-20.04
- - otp: '25.0-rc3'
+ - otp: '25.0'
rebar: 3
os: ubuntu-20.04
runs-on: ${{ matrix.os }}
diff --git a/.github/workflows/runtime.yml b/.github/workflows/runtime.yml
index 596f54fb8..881bb630d 100644
--- a/.github/workflows/runtime.yml
+++ b/.github/workflows/runtime.yml
@@ -31,7 +31,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- otp: ['19.3', '21.3', '22.0', '24.3', '25.0-rc3']
+ otp: ['19.3', '21.3', '22.0', '24.3', '25']
rebar: ['rebar', 'rebar3']
include:
- otp: '19.3'
@@ -42,7 +42,7 @@ jobs:
os: ubuntu-20.04
- otp: '24.3'
os: ubuntu-20.04
- - otp: '25.0-rc3'
+ - otp: '25'
os: ubuntu-20.04
runs-on: ${{ matrix.os }}
container:
@@ -110,17 +110,19 @@ jobs:
strategy:
fail-fast: false
matrix:
- otp: ['21.3', '22.0', '24.3']
+ otp: ['21.3', '22.0', '25.0']
elixir: ['1.10.3', '1.11.4', '1.12.3', '1.13.0']
exclude:
- otp: '21.3'
elixir: '1.12.3'
- otp: '21.3'
elixir: '1.13.0'
- - otp: '24.3'
+ - otp: '25.0'
elixir: '1.10.3'
- - otp: '24.3'
+ - otp: '25.0'
elixir: '1.11.4'
+ - otp: '25.0'
+ elixir: '1.12.3'
runs-on: ubuntu-20.04
steps: