Skip to content

Update dependency com.squareup.okhttp3:okhttp to v4.12.0 #190

Update dependency com.squareup.okhttp3:okhttp to v4.12.0

Update dependency com.squareup.okhttp3:okhttp to v4.12.0 #190

Workflow file for this run

name: Racter Package CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '1.8', '1.9', '1.10', '1.11' ]
name: Java Version ${{ matrix.java }}
steps:
- uses: actions/checkout@master
- name: Setup java
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}
architecture: x64
- run: make ci