Skip to content

Commit

Permalink
chore: add classes for Pharo 13 support
Browse files Browse the repository at this point in the history
  • Loading branch information
theseion committed Apr 29, 2024
1 parent 86d7b21 commit 9a90575
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ baseline
setUpPharo5AndGreaterPackages: spec

spec
for: #(#'pharo5.x' #'pharo6.x' #'pharo7.x' #'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x')
for: #(#'pharo5.x' #'pharo6.x' #'pharo7.x' #'pharo8.x' #'pharo9.x' #'pharo10.x' #'pharo11.x' #'pharo12.x', #'pharo13.x')
do: [ spec
package: 'SmalltalkCI-Core' with: [ spec includes: #('SmalltalkCI-Pharo-Core') ];
package: 'SmalltalkCI-Pharo-Core' with: [ spec requires: 'SmalltalkCI-Core' ];
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
compatibility
codeCoverageClass

^ Smalltalk at: #SCIPharo13CodeCoverage
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
compatibility
isPlatformCompatible

^ self platformNameBeginsWith: 'Pharo13'
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"class" : {
"codeCoverageClass" : "MaxLeske 4/29/2024 19:25",
"isPlatformCompatible" : "MaxLeske 4/29/2024 19:25"},
"instance" : {
} }
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"category" : "SmalltalkCI-Pharo-Core",
"classinstvars" : [
],
"classvars" : [
],
"commentStamp" : "",
"instvars" : [
],
"name" : "SmalltalkCIPharo13",
"pools" : [
],
"super" : "SmalltalkCIPharo12",
"type" : "normal" }
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"commentStamp" : "",
"super" : "SCIPharoCodeCoverage",
"category" : "SmalltalkCI-Pharo-Coverage-Core",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [ ],
"name" : "SCIPharo13CodeCoverage",
"type" : "normal"
}

0 comments on commit 9a90575

Please sign in to comment.