We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb9229 commit 0b7026fCopy full SHA for 0b7026f
.github/workflows/CI.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- smalltalk: [ Pharo64-12 ]
+ smalltalk: [ Pharo64-13 ]
11
name: ${{ matrix.smalltalk }}
12
steps:
13
- uses: actions/checkout@v2
pom.scm
@@ -1 +1 @@
1
-(pb:project 'pharo12-64-stable-vm 'pharo-12-64)
+(pb:project 'pharo13-64-stable-vm 'pharo-13-64)
set-up.st
@@ -1,4 +1,3 @@
-Author fullName: 'BernardoContreras'.
2
3
Metacello new
4
baseline: 'EarleyParser';
0 commit comments