Skip to content

Commit

Permalink
Merge branch 'main' into enhancement/code-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
san983 committed Aug 12, 2024
2 parents 9c72f07 + bf21318 commit a91a43a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp_version: ['26.1', '25.3', '24.3']
otp_version: ['26.2', '25.3']

steps:
- uses: actions/checkout@v4
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
otp_version: ['26.1', '25.3', '24.3']
otp_version: ['26.2', '25.3']

needs:
- build
Expand Down
3 changes: 2 additions & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
erlang 24.1
# Also update ci.yml
erlang 26.2
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2019 DNSimple Corporation
Copyright (c) 2012-2024 DNSimple Corporation

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit a91a43a

Please sign in to comment.