Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 14a8a58

Browse files
authoredApr 22, 2025··
Update CI (#740)
1 parent 3bb2ee2 commit 14a8a58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212

1313
services:
1414
pg:
@@ -44,8 +44,8 @@ jobs:
4444
- version: 14
4545

4646
pair:
47-
- elixir: 1.11.4
48-
otp: 23.3.3
47+
- elixir: 1.12
48+
otp: 24.3
4949
include:
5050
- pg:
5151
version: 14

0 commit comments

Comments
 (0)
Please sign in to comment.