We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9548b9 commit 0b775c1Copy full SHA for 0b775c1
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- ruby: [ '3.2', '3.3', '3.4' ]
+ ruby: [ '3.2', '3.3', '3.4', '4.0' ]
17
steps:
18
- uses: actions/checkout@v6
19
- name: Install BLAS and LAPACK
0 commit comments