Skip to content

Commit de7ddb4

Browse files
committed
Bump versions in CI
1 parent 510fa2f commit de7ddb4

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
bless:
99
name: Bless
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
env:
1212
MIX_ENV: test
1313
EVENTSTORE_HOST: localhost
@@ -80,7 +80,7 @@ jobs:
8080

8181
publish-hex-package:
8282
name: Publish Hex Package ⬆️☁️
83-
runs-on: ubuntu-20.04
83+
runs-on: ubuntu-22.04
8484
if: startsWith(github.ref, 'refs/tags/v')
8585
env:
8686
MIX_ENV: dev

.github/workflows/compatibility.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on: [push, pull_request]
55
jobs:
66
compatibility:
77
name: Bless
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
strategy:
1010
fail-fast: false
1111
matrix:
1212
beam:
13-
- elixir: "1.7.4"
14-
otp: "21.3"
1513
- elixir: "1.12.3"
1614
otp: "24.0"
15+
- elixir: "1.16.2"
16+
otp: "26.2"
1717
eventstore:
1818
- 20.10.2
1919
- 22.6.0

.github/workflows/refresh-dev-cache.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ on:
2525
# Would like to run this as a scheduled workflow, but that is not currently
2626
# supported by the actions/cache action.
2727

28-
env:
29-
CUATRO_HEX_KEY: ${{ secrets.CUATRO_HEX_KEY }}
30-
3128
jobs:
3229
refresh-dev-cache:
3330
name: Refresh Docs Cache
34-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3532
env:
3633
MIX_ENV: dev
3734

0 commit comments

Comments
 (0)