Skip to content

Commit 76cf823

Browse files
authored
Update BaselineOfSQLite3.class.st
1 parent 526ca6b commit 76cf823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BaselineOfSQLite3/BaselineOfSQLite3.class.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ BaselineOfSQLite3 >> versionSpecificBaseline: spec [
7171
group: 'Core' with: 'SQLite3-Pharo9'
7272
].
7373

74-
spec for: #( #'pharo10.x' #'pharo11.x' #'pharo12.x' ) do: [
74+
spec for: #( #'pharo10.x' #'pharo11.x' #'pharo12.x' #'pharo13.x') do: [
7575
spec
7676
package: 'SQLite3-Pharo10';
7777
group: 'Core' with: 'SQLite3-Pharo10'.

0 commit comments

Comments
 (0)