Skip to content

Commit

Permalink
Update CHANGES and ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
etrepum committed Mar 21, 2024
1 parent a816606 commit 66a5ef8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@ jobs:
os:
- ubuntu-latest
otp:
- "26.0.2.0"
- "25.3.2.3"
- "24.3.4.13"
- "23.3.4.18"
- "22.3.4.26"
- "21.3.8.24"
- "20.3.8.26"
- "19.3.6.13"
- "18.3.4.11"
- "27"
- "26"
- "25"
- "24"
- "23"
- "22"
- "21"
- "20"
- "19"
- "18"
steps:
- uses: actions/checkout@v3
- run: make test
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Version 3.2.2 released XXXX-XX-XX
Version 3.2.2 released 2024-03-21

* Use single quotes around 'maybe' atom for compatibility with OTP 27
https://github.com/mochi/mochiweb/pull/262
* Update Erlang CI images
https://github.com/mochi/mochiweb/pull/261

Expand Down
2 changes: 1 addition & 1 deletion src/mochiweb.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% This is generated from src/mochiweb.app.src
{application, mochiweb,
[{description, "MochiMedia Web Server"},
{vsn, "3.2.1"},
{vsn, "3.2.2"},
{modules, []},
{registered, []},
{env, []},
Expand Down

0 comments on commit 66a5ef8

Please sign in to comment.