Skip to content

Commit

Permalink
CI: Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkn committed May 16, 2024
1 parent 776a9ae commit 7774e27
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,18 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-20.04
- ubuntu-18.04
ruby:
- 3.3
- 3.2
- 3.1
- "3.0"
- 2.7
- 2.6
include:
- { os: ubuntu-20.04 , ruby: head }
- { os: ubuntu-latest , ruby: debug }

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nmatrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-20.04
ruby:
- 2.7
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/pycall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-latest
- ubuntu-24.04
- ubuntu-20.04
- ubuntu-18.04
ruby:
- "3.0"
- 2.7
- 2.6
- 3.3
- 3.2
- 3.1
python:
- 3.x
- 2.x
python_architecture:
- x64
include:
- { os: ubuntu-20.04 , ruby: head , python: 3.x , python_architecture: x64 }
- { os: ubuntu-latest , ruby: debug , python: 3.x , python_architecture: x64 }

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

0 comments on commit 7774e27

Please sign in to comment.