We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00102e commit 5011849Copy full SHA for 5011849
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- ruby: [ '3.2', '3.3', '3.4' ]
+ ruby: [ '3.2', '3.3', '3.4', '4.0' ]
22
steps:
23
- uses: actions/checkout@v6
24
- name: Install BLAS and LAPACK
0 commit comments