Skip to content

Commit 9d50336

Browse files
committed
Update to work with Pony 0.69.1
1 parent 50e7bad commit 9d50336

34 files changed

Lines changed: 300 additions & 297 deletions

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ permissions:
1717
packages: read
1818

1919
jobs:
20-
vs-ponyc-release-linux:
21-
name: Test against recent ponyc release on Linux
20+
vs-ponyc-nightly-linux:
21+
name: Test against recent ponyc nightly on Linux
2222
runs-on: ubuntu-latest
2323
container:
24-
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:release
24+
image: ghcr.io/ponylang/shared-docker-ci-standard-builder-with-openssl-3.6.2:nightly
2525
steps:
2626
- uses: actions/checkout@v6.0.2
2727
- name: Test
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Update to work with Pony 0.69.1
2+
3+
Pony 0.69.1 is the new minimum required version.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Additional API surface and functionality will be added as needed. If you need fu
1111

1212
## Installation
1313

14-
* Requires ponyc 0.67.0 or later.
14+
* Requires ponyc 0.69.1 or later.
1515
* Install [corral](https://github.com/ponylang/corral)
1616
* `corral add github.com/ponylang/github_rest_api.git --version 0.8.0`
1717
* `corral fetch` to fetch your dependencies

corral.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
{
1212
"locator": "github.com/ponylang/courier.git",
13-
"version": "0.6.0"
13+
"version": "0.7.0"
1414
},
1515
{
1616
"locator": "github.com/ponylang/ssl.git",

0 commit comments

Comments
 (0)