We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d68042d + 1ab12cf commit d68c03bCopy full SHA for d68c03b
.github/workflows/erlang.yml
@@ -2,9 +2,11 @@ name: Erlang CI
2
3
on:
4
push:
5
- branches: [ main ]
+ branches:
6
+ - main
7
pull_request:
8
9
10
11
jobs:
12
@@ -14,8 +16,8 @@ jobs:
14
16
fail-fast: false
15
17
matrix:
18
erlang_version:
- - "23.3"
- - "24.1"
19
+ - "24.3"
20
+ - "25.1"
21
steps:
22
- name: CHECKOUT
23
uses: actions/checkout@v2
Makefile
@@ -1,6 +1,6 @@
1
PROJECT = osiris
PROJECT_DESCRIPTION = New project
-PROJECT_VERSION = 1.3.3
+PROJECT_VERSION = 1.4.2
define PROJECT_ENV
[
0 commit comments