Skip to content

Commit

Permalink
update workflows to test newest core versions first
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Jan 21, 2025
1 parent 8e1739d commit 914032d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gem_tlc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
core: ['3.1.2', '3.1.3', '3.1.4', '3.1.5', '3.2', '3.2.1', '3.2.2']
core: ['3.2.2', '3.2.1', '3.2.0', '3.1.5', '3.1.4', '3.1.3', '3.1.2']
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kapsch_etx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: [ self-hosted, Linux, X64, kapsch-etx ]
strategy:
matrix:
core: ['3.1.2', '3.1.3', '3.1.4', '3.1.5', '3.2.0', '3.2.1', '3.2.2']
core: ['3.2.2', '3.2.1', '3.2.0', '3.1.5', '3.1.4', '3.1.3', '3.1.2']
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semaforica_cartesio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: [ self-hosted, Linux, X64, cartesio ]
strategy:
matrix:
core: ['3.1.2', '3.1.3', '3.1.4', '3.1.5', '3.2.0', '3.2.1', '3.2.2']
core: ['3.2.2', '3.2.1', '3.2.0', '3.1.5', '3.1.4', '3.1.3', '3.1.2']
fail-fast: false

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/swarco_itc3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: [ self-hosted, Linux, X64, itc3 ]
strategy:
matrix:
core: ['3.1.2', '3.1.3', '3.1.4', '3.1.5', '3.2.0']
core: ['3.2.0', '3.1.5', '3.1.4', '3.1.3', '3.1.2']
fail-fast: false

steps:
Expand Down

0 comments on commit 914032d

Please sign in to comment.