Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzploss-k committed Jan 12, 2024
1 parent 5c000b9 commit 959b9da
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 536 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: OTP ${{matrix.otp}}
strategy:
matrix:
otp: ["23.2", "24.0"]
otp: ["24.0", "25.0"]
steps:
- uses: actions/[email protected]
- uses: gleam-lang/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ ebin
deps
.rebar
*.plt
_build/*
_build/*
TEST-*.xml
Loading

0 comments on commit 959b9da

Please sign in to comment.