Skip to content

chore(deps): update rabbitmq docker tag to v3.13.7 #425

chore(deps): update rabbitmq docker tag to v3.13.7

chore(deps): update rabbitmq docker tag to v3.13.7 #425

Workflow file for this run

name: CI
on:
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
scala-version: [ 2.12.13, 2.13.8 ]
steps:
- uses: actions/checkout@v3.6.0
with:
fetch-depth: 100
- name: Fetch tags
run: git fetch --depth=100 origin +refs/tags/*:refs/tags/*
- uses: olafurpg/setup-scala@v13
with:
java-version: adopt@1.11
- name: gradle test ${{ github.ref }}
run: ./gradlew check
env:
SCALA_VERSION: ${{ matrix.scala-version }}