Skip to content

Commit

Permalink
Add CHANGELOG entry for #140 and add tests to verify
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 6, 2024
1 parent 6d1e2b0 commit f61b945
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
strategy:
matrix:
config: [Release, Debug]
<<<<<<< HEAD
pg: [16, 15, 14, 13]
=======
pg: [16, 15, 14, 13, 12, 11]
>>>>>>> 7fbe5bb (Add CHANGELOG entry for #140 and add tests to verify)

runs-on: ubuntu-22.04

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
config: [Release, Debug]

runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,11 @@ avoid adding features or APIs which do not map onto the
[#112]: https://github.com/zachasme/h3-pg/pull/112
[#117]: https://github.com/zachasme/h3-pg/issues/117
[#131]: https://github.com/zachasme/h3-pg/pull/131
<<<<<<< HEAD
[#160]: https://github.com/zachasme/h3-pg/pull/160
=======
[#140]: https://github.com/zachasme/h3-pg/pull/140
>>>>>>> 7fbe5bb (Add CHANGELOG entry for #140 and add tests to verify)
[@abelvm]: https://github.com/AbelVM
[@kalenikaliaksandr]: https://github.com/kalenikaliaksandr
[@kmacdough]: https://github.com/kmacdough
Expand All @@ -269,4 +273,8 @@ avoid adding features or APIs which do not map onto the
[@mngr777]: https://github.com/mngr777
[@trylinka]: https://github.com/trylinka
[@rustprooflabs]: https://github.com/rustprooflabs
<<<<<<< HEAD
[@robertozimek]: https://github.com/robertozimek
=======
[@bayandin]: https://github.com/bayandin
>>>>>>> 7fbe5bb (Add CHANGELOG entry for #140 and add tests to verify)

0 comments on commit f61b945

Please sign in to comment.