Skip to content

Commit e206c4f

Browse files
committed
Update CI
1 parent 7730f65 commit e206c4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161

6262
- uses: ruby/setup-ruby@v1
6363
with:
64-
ruby-version: "2.6"
64+
ruby-version: "2.7"
6565

6666
- name: Install httpie
6767
run: |

.github/workflows/docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55

66
jobs:
77
test:
8-
runs-on: "ubuntu-20.04"
8+
runs-on: "ubuntu-latest"
99
steps:
1010
- uses: "actions/checkout@v4"
1111
- name: "Set up Python"
1212
uses: "actions/setup-python@v5"
1313
with:
14-
python-version: "3.11"
14+
python-version: "3.12"
1515
- name: "Install Test Dependencies"
1616
run: |
1717
pip install -r doc_requirements.txt

0 commit comments

Comments
 (0)