Skip to content

Commit

Permalink
move to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Feb 1, 2023
1 parent b9073f7 commit 6a6414b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ env:

on:
push:
branches: [ v3 ]
branches: [ v4 ]
pull_request:
branches: [ v3 ]
branches: [ v4 ]

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
smalltalk: [ Moose64-9.0, Moose64-10 ]
smalltalk: [ Moose64-10 ]
name: ${{ matrix.smalltalk }}
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Carrefour

[![Moose version](https://img.shields.io/badge/Moose-9-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
[![Moose version](https://img.shields.io/badge/Moose-10-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
![Build Info](https://github.com/badetitou/Carrefour/workflows/CI/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/badetitou/Carrefour/badge.svg?branch=v3)](https://coveralls.io/github/badetitou/Carrefour?branch=v3)
[![Coverage Status](https://coveralls.io/repos/github/badetitou/Carrefour/badge.svg?branch=v4)](https://coveralls.io/github/badetitou/Carrefour?branch=v4)

Binding between Famix and FAST

Expand Down

0 comments on commit 6a6414b

Please sign in to comment.