Skip to content

Commit 6cee64e

Browse files
committed
automatic migration: bump-2024
1 parent 49f074c commit 6cee64e

File tree

4 files changed

+16
-5
lines changed

4 files changed

+16
-5
lines changed

.github/workflows/linux.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ jobs:
1818
matrix:
1919
cip:
2020
- tag: static
21-
- tag: "5.37"
22-
- tag: "5.36"
23-
# - tag: "5.36"
21+
- tag: "5.41"
22+
- tag: "5.40"
23+
# - tag: "5.40"
2424
# wasmtime: "v0.28.0"
25+
- tag: "5.38"
26+
- tag: "5.36"
2527
- tag: "5.34"
2628
- tag: "5.32"
2729
- tag: "5.30"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
*.wasm
66
/jit-*
77
/.teset-script*
8+
/.build
9+
*.old
10+
*.orig

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pls.perlcritic.perlcriticrc": "perlcriticrc",
3+
"pls.inc": [
4+
"$ROOT_PATH/lib"
5+
]
6+
}

dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name = Wasm
22
author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2020-2022
5+
copyright_year = 2020-2024
66
version = 0.23
77

88
; authordep Test::Memory::Cycle
99

1010
[@Author::Plicease]
11-
:version = 2.72
11+
:version = 2.79
1212
release_tests = 1
1313
installer = Author::Plicease::MakeMaker
1414
github_user = perlwasm

0 commit comments

Comments
 (0)