Skip to content

Commit be8563c

Browse files
s-m-i-t-aondrej-tucek
authored andcommitted
Updated test environment
1 parent 35e1e5e commit be8563c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on: push
44

55
env:
66
# OS: ubuntu-latest
7-
OTP_VERSION: 24.0
8-
ELIXIR_VERSION: 1.12
7+
OTP_VERSION: 25.1.2
8+
ELIXIR_VERSION: 1.14.1
99
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1010
MIX_ENV: test
1111

coveralls.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
},
1111

1212
"skip_files": [
13-
"lib/qr_code/error.ex"
13+
"lib/qr_code/error.ex",
14+
"test/support"
1415
]
1516
}

0 commit comments

Comments
 (0)