Commit 0d77bbf
Avoid downloading Oracle JDBC driver where unused
The `wget ojdbc17.jar` step had become a hard dependency on Oracle's
download endpoint for matrix entries that never load the jar:
- `test.yml` and `test_11g.yml`: gate the download with
`if: startsWith(matrix.ruby, 'jruby')` so MRI rubies skip it.
- `test_gemfiles.yml`: drop the step entirely; the matrix is
MRI-only.
Also add `jruby-10.0.5.0` (with Oracle JDK 21 via
`actions/setup-java`) to the `test_11g.yml` matrix so the download
that remains is exercised against Oracle 11g XE.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent ced3fe4 commit 0d77bbf
3 files changed
Lines changed: 10 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
49 | 56 | | |
50 | 57 | | |
51 | 58 | | |
| |||
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| 76 | + | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 85 | | |
89 | 86 | | |
90 | 87 | | |
| |||
0 commit comments