Skip to content

Commit

Permalink
ci: enable CI workflows under Erlang/OTP 27
Browse files Browse the repository at this point in the history
While dropping Erlang/OTP 23.
  • Loading branch information
keynslug committed Dec 19, 2024
1 parent ee2b27b commit 7f6ea12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on: [push, pull_request]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Erlang/OTP ${{matrix.otp}}
strategy:
matrix:
otp: ['23', '24', '25']
otp: ['24', '25', '26']

services:
etcd0:
Expand Down

0 comments on commit 7f6ea12

Please sign in to comment.