Skip to content

Commit

Permalink
[CI] Dropping Dashing jobs and adding Rolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Whitley committed Mar 1, 2021
1 parent ba27f3d commit e77d104
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basic-build-ci.yaml
Expand Up @@ -10,12 +10,12 @@ jobs:
strategy:
fail-fast: false
matrix:
ros-version: [dashing, foxy]
ros-version: [foxy, rolling]
include:
- ros-version: dashing
image: ros:dashing
- ros-version: foxy
image: ros:foxy
- ros-version: rolling
image: ros:rolling
container:
image: ${{ matrix.image }}
steps:
Expand Down

0 comments on commit e77d104

Please sign in to comment.