|
29 | 29 | runs-on: ${{ matrix.os }} |
30 | 30 | steps: |
31 | 31 | - uses: actions/checkout@v4 |
| 32 | + - name: "Test Ruby 3.4" |
| 33 | + uses: ./.github/actions/test_gem |
| 34 | + with: |
| 35 | + gem: "opentelemetry-instrumentation-${{ matrix.gem }}" |
| 36 | + ruby: "3.4" |
32 | 37 | - name: "Test Ruby 3.3" |
33 | 38 | uses: ./.github/actions/test_gem |
34 | 39 | with: |
|
76 | 81 | runs-on: ${{ matrix.os }} |
77 | 82 | steps: |
78 | 83 | - uses: actions/checkout@v4 |
| 84 | + - name: "Test Ruby 3.4" |
| 85 | + uses: ./.github/actions/test_gem |
| 86 | + with: |
| 87 | + gem: "opentelemetry-instrumentation-${{ matrix.gem }}" |
| 88 | + ruby: "3.4" |
79 | 89 | - name: "Test Ruby 3.3" |
80 | 90 | uses: ./.github/actions/test_gem |
81 | 91 | with: |
@@ -114,6 +124,11 @@ jobs: |
114 | 124 | runs-on: ${{ matrix.os }} |
115 | 125 | steps: |
116 | 126 | - uses: actions/checkout@v4 |
| 127 | + - name: "Test Ruby 3.4" |
| 128 | + uses: ./.github/actions/test_gem |
| 129 | + with: |
| 130 | + gem: "opentelemetry-instrumentation-${{ matrix.gem }}" |
| 131 | + ruby: "3.4" |
117 | 132 | - name: "Test Ruby 3.3" |
118 | 133 | uses: ./.github/actions/test_gem |
119 | 134 | with: |
@@ -168,6 +183,11 @@ jobs: |
168 | 183 | runs-on: ${{ matrix.os }} |
169 | 184 | steps: |
170 | 185 | - uses: actions/checkout@v4 |
| 186 | + - name: "Test Ruby 3.4" |
| 187 | + uses: ./.github/actions/test_gem |
| 188 | + with: |
| 189 | + gem: "opentelemetry-instrumentation-${{ matrix.gem }}" |
| 190 | + ruby: "3.4" |
171 | 191 | - name: "Test Ruby 3.3" |
172 | 192 | uses: ./.github/actions/test_gem |
173 | 193 | with: |
@@ -213,6 +233,11 @@ jobs: |
213 | 233 | runs-on: ${{ matrix.os }} |
214 | 234 | steps: |
215 | 235 | - uses: actions/checkout@v4 |
| 236 | + - name: "Test Ruby 3.4" |
| 237 | + uses: ./.github/actions/test_gem |
| 238 | + with: |
| 239 | + gem: "opentelemetry-instrumentation-${{ matrix.gem }}" |
| 240 | + ruby: "3.4" |
216 | 241 | - name: "Test Ruby 3.3" |
217 | 242 | uses: ./.github/actions/test_gem |
218 | 243 | with: |
@@ -255,6 +280,11 @@ jobs: |
255 | 280 | runs-on: ${{ matrix.os }} |
256 | 281 | steps: |
257 | 282 | - uses: actions/checkout@v4 |
| 283 | + - name: "Test Ruby 3.4" |
| 284 | + uses: ./.github/actions/test_gem |
| 285 | + with: |
| 286 | + gem: "opentelemetry-instrumentation-${{ matrix.gem }}" |
| 287 | + ruby: "3.4" |
258 | 288 | - name: "Test Ruby 3.3" |
259 | 289 | uses: ./.github/actions/test_gem |
260 | 290 | with: |
|
0 commit comments