Skip to content

Commit

Permalink
Test with PicoLisp 20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Jul 26, 2020
1 parent 483eb2a commit a41fcd6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
arch: ['src', 'src64']
version: ['17.12', '18.6', '18.12', '19.6', 'latest']
version: ['17.12', '18.6', '18.12', '19.6', '19.12', '20.6', 'latest']

steps:
- uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2019 Alexander Williams, Unscramble <license@unscramble.jp>
Copyright (c) 2020 Alexander Williams, Unscramble <license@unscramble.jp>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Please read [EXPLAIN.md](EXPLAIN.md) to learn more about PicoLisp and this Unit
# Requirements

* PicoLisp 32-bit or 64-bit `v3.1.9+`
* Tested up to PicoLisp `v19.11.25`, [see test runs](https://github.com/aw/picolisp-unit/commit/1a455ba10058dffacfb3d4ef930c89ee82a57a83/checks)
* Tested up to PicoLisp `v20.6.29`, [see test runs](https://github.com/aw/picolisp-unit/commit/1a455ba10058dffacfb3d4ef930c89ee82a57a83/checks)

# Getting Started

Expand Down Expand Up @@ -251,4 +251,4 @@ If you want to improve this library, please make a pull-request.

[MIT License](LICENSE)

Copyright (c) 2015-2019 Alexander Williams, Unscramble <license@unscramble.jp>
Copyright (c) 2015-2020 Alexander Williams, Unscramble <license@unscramble.jp>
2 changes: 1 addition & 1 deletion module.l
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
("source" "https://github.com/aw/picolisp-unit.git")
("author" "Alexander Williams")
("license" "MIT")
("copyright" "(c) 2019 Alexander Williams, Unscramble <license@unscramble.jp>") ]
("copyright" "(c) 2020 Alexander Williams, Unscramble <license@unscramble.jp>") ]
2 changes: 1 addition & 1 deletion reporters/default.l
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2017 Alexander Williams, Unscramble <license@unscramble.jp>
# Copyright (c) 2020 Alexander Williams, Unscramble <license@unscramble.jp>

(de *Colours ("red" . 1)
("green" . 2)
Expand Down
2 changes: 1 addition & 1 deletion reporters/plain.l
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2017 Alexander Williams, Unscramble <license@unscramble.jp>
# Copyright (c) 2020 Alexander Williams, Unscramble <license@unscramble.jp>

[de print-report ()
(mapcar println *Results)
Expand Down
2 changes: 1 addition & 1 deletion unit.l
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# The MIT License (MIT)
#
# Copyright (c) 2019 Alexander Williams, Unscramble <license@unscramble.jp>
# Copyright (c) 2020 Alexander Williams, Unscramble <license@unscramble.jp>

(load (pack (car (file)) "module.l"))
(load (pack (car (file)) "reporters/" (if (sys "TEST_REPORTER") @ "default") ".l"))
Expand Down

0 comments on commit a41fcd6

Please sign in to comment.