Skip to content

Commit

Permalink
Enable integration tests for 25R1
Browse files Browse the repository at this point in the history
  • Loading branch information
widerschein committed Nov 7, 2024
1 parent c6811f6 commit 04f7323
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ jobs:
strategy:
fail-fast: false
matrix:
osl_version: [23.2.0, 24.1.0, 24.2.0]
osl_version:
- 23.2.0
- 24.1.0
- 24.2.0
- 25.1.0
name: "optiSLang ${{ matrix.osl_version }}"
if: github.event.name != 'pull_request' || github.event.pull_request.merged == true
runs-on: public-ubuntu-latest-16-cores
Expand Down

0 comments on commit 04f7323

Please sign in to comment.