Skip to content

Commit

Permalink
test newest core version first for supervisor systems
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Jan 21, 2025
1 parent 914032d commit 90efab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gem_supervisor.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

0 comments on commit 90efab4

Please sign in to comment.