Skip to content

Commit c3a7e0d

Browse files
authored
Merge pull request #96 from moosetechnology/change-moose-versions
Change moose versions
2 parents 5bb618a + 7ece4a7 commit c3a7e0d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
smalltalk: [ Moose64-10, Moose64-11 ]
13+
smalltalk: [ Moose64-12, Moose64-13 ]
1414
name: ${{ matrix.smalltalk }}
1515
steps:
1616
- uses: actions/checkout@v3

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# FAST
22

3-
[![CI MOOSE10](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml/badge.svg)](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml)
4-
[![CI MOOSE11](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose11.yml/badge.svg)](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose11.yml)
3+
[![Moose 11 and 12 CI](https://github.com/moosetechnology/FAST/actions/workflows/tests.yml/badge.svg)](https://github.com/moosetechnology/FAST/actions/workflows/testAndBuild-moose10.yml)
54

6-
[![Moose version](https://img.shields.io/badge/Moose-10-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
5+
Supported Moose Versions: [![Moose version](https://img.shields.io/badge/Moose-11-%23aac9ff.svg)](https://github.com/moosetechnology/Moose) [![Moose version](https://img.shields.io/badge/Moose-12-%23aac9ff.svg)](https://github.com/moosetechnology/Moose)
76

87
## Installation
98

109
To install FAST execute in a playground:
1110

1211
```st
1312
Metacello new
14-
githubUser: 'moosetechnology' project: 'FAST' commitish: 'v2' path: 'src';
13+
githubUser: 'moosetechnology' project: 'FAST' commitish: 'v3' path: 'src';
1514
baseline: 'FAST';
1615
load
1716
```
1817

1918
## FAST Meta-Model
2019

2120
![FAST Meta-model](https://raw.githubusercontent.com/moosetechnology/FAST/v2-doc/fast-core.png)
21+

0 commit comments

Comments
 (0)