Skip to content

es_uc_ctype: update to Unicode 17.0.0 via OTP-29.0's UnicodeData.txt #6

es_uc_ctype: update to Unicode 17.0.0 via OTP-29.0's UnicodeData.txt

es_uc_ctype: update to Unicode 17.0.0 via OTP-29.0's UnicodeData.txt #6

Workflow file for this run

name: Erlang CI
on:
pull_request:
push:
branches:
- master
jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest]
otp-version: [26, 27, 28]
runs-on: ${{ matrix.platform }}
container:
image: erlang:${{ matrix.otp-version }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Compile and Test
run: make all