Skip to content

Commit fae3741

Browse files
committed
Update Versions to only 24b & 25a
1 parent 95e0a87 commit fae3741

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test_supported_versions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-22.04
2929
strategy:
3030
matrix:
31-
release: [R2025a, R2024b, R2024a, R2023b, R2023a, R2022b]
31+
release: [R2025a, R2024b]
3232
needs: get_version
3333
env:
3434
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: windows-latest
6363
strategy:
6464
matrix:
65-
release: [R2025a, R2024b, R2024a, R2023b, R2023a, R2022b]
65+
release: [R2025a, R2024b]
6666
needs: get_version
6767
env:
6868
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"
@@ -99,7 +99,7 @@ jobs:
9999
strategy:
100100
matrix:
101101
os: [macos-13, macos-14] # runs on Mac with both Intel (macos-13) and Apple Silicon (macos-14) processors
102-
release: [R2025a, R2024b, R2024a, R2023b, R2023a, R2022b]
102+
release: [R2025a, R2024b]
103103
needs: get_version
104104
env:
105105
OPENTELEMETRY_MATLAB_INSTALL: "${{ github.workspace }}/otel_matlab_install"

0 commit comments

Comments
 (0)