Skip to content

Commit

Permalink
Version up the Erlang container in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfAfg committed Jan 2, 2024
1 parent c3f66b6 commit 90dba2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04

container:
image: erlang:25.0.3
image: erlang:26.2.1

defaults:
run:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-22.04

container:
image: erlang:25.0.3
image: erlang:26.2.1

defaults:
run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/run-property-based-tests-periodically.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Run property-based tests periodically
on:
schedule:
# NOTE: Every day at 00:00 (JST)
- cron: '0 15 * * *'
- cron: "0 15 * * *"

jobs:
test:
runs-on: ubuntu-22.04

container:
image: erlang:25.0.3
image: erlang:26.2.1

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 90dba2b

Please sign in to comment.