We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7730f65 commit e206c4fCopy full SHA for e206c4f
.github/workflows/ci.yml
@@ -61,7 +61,7 @@ jobs:
61
62
- uses: ruby/setup-ruby@v1
63
with:
64
- ruby-version: "2.6"
+ ruby-version: "2.7"
65
66
- name: Install httpie
67
run: |
.github/workflows/docs.yml
@@ -5,13 +5,13 @@ on:
5
6
jobs:
7
test:
8
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-latest"
9
steps:
10
- uses: "actions/checkout@v4"
11
- name: "Set up Python"
12
uses: "actions/setup-python@v5"
13
14
- python-version: "3.11"
+ python-version: "3.12"
15
- name: "Install Test Dependencies"
16
17
pip install -r doc_requirements.txt
0 commit comments