Skip to content

Commit 0b7026f

Browse files
committed
use pharo13
1 parent 4fb9229 commit 0b7026f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
smalltalk: [ Pharo64-12 ]
10+
smalltalk: [ Pharo64-13 ]
1111
name: ${{ matrix.smalltalk }}
1212
steps:
1313
- uses: actions/checkout@v2

pom.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
(pb:project 'pharo12-64-stable-vm 'pharo-12-64)
1+
(pb:project 'pharo13-64-stable-vm 'pharo-13-64)

set-up.st

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
Author fullName: 'BernardoContreras'.
21

32
Metacello new
43
baseline: 'EarleyParser';

0 commit comments

Comments
 (0)