Skip to content

Commit d68c03b

Browse files
Merge pull request #113 from rabbitmq/mk-bump-erlang-versions-in-actions
Bump Erlang versions used workflows
2 parents d68042d + 1ab12cf commit d68c03b

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/erlang.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ name: Erlang CI
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- main
67
pull_request:
7-
branches: [ main ]
8+
branches:
9+
- main
810

911
jobs:
1012

@@ -14,8 +16,8 @@ jobs:
1416
fail-fast: false
1517
matrix:
1618
erlang_version:
17-
- "23.3"
18-
- "24.1"
19+
- "24.3"
20+
- "25.1"
1921
steps:
2022
- name: CHECKOUT
2123
uses: actions/checkout@v2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PROJECT = osiris
22
PROJECT_DESCRIPTION = New project
3-
PROJECT_VERSION = 1.3.3
3+
PROJECT_VERSION = 1.4.2
44

55
define PROJECT_ENV
66
[

0 commit comments

Comments
 (0)