Skip to content

Commit 9190795

Browse files
committed
Test with 2 versions of ImGui
1 parent 188d5d1 commit 9190795

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defaults:
1212

1313
jobs:
1414
build:
15-
name: ${{matrix.platform.name}} ${{matrix.config.name}} ${{matrix.type.name}}
15+
name: ${{matrix.platform.name}} ${{matrix.config.name}} ${{matrix.type.name}} ImGui ${{matrix.imgui_version}}
1616
runs-on: ${{matrix.platform.os}}
1717

1818
strategy:
@@ -31,6 +31,7 @@ jobs:
3131
type:
3232
- { name: Release }
3333
- { name: Debug }
34+
imgui_version: [1.89, 1.91.1]
3435

3536
steps:
3637
- name: Get CMake and Ninja
@@ -50,7 +51,7 @@ jobs:
5051
with:
5152
repository: ocornut/imgui
5253
path: imgui
53-
ref: v1.89
54+
ref: v${{matrix.imgui_version}}
5455

5556
- name: Checkout SFML
5657
uses: actions/checkout@v4

0 commit comments

Comments
 (0)