Skip to content

Commit

Permalink
OTP 26
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Dec 20, 2023
1 parent 3be6e20 commit 79ef0b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
erlang_version:
- "24.3"
- "25.1"
- "26.2"
steps:
- name: CHECKOUT
uses: actions/checkout@v2
Expand All @@ -25,4 +26,4 @@ jobs:
- name: EUnit
run: make eunit
- name: aten_SUITE
run: make ct-aten
run: make ct-aten

0 comments on commit 79ef0b0

Please sign in to comment.