Skip to content

Commit ffa5c6e

Browse files
committed
Stop testing with luajit-2.1.0-beta on MacOS and Ubuntu in view of missing release tarball
See leafo/gh-actions-lua#49 We still test with luajit-openresty.
1 parent 16f3c18 commit ffa5c6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
strategy:
88
fail-fast: false
99
matrix:
10-
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-2.1.0-beta3", "luajit-openresty"]
10+
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]
1111
os: ["ubuntu-latest", "macos-latest"]
1212

1313
runs-on: ${{ matrix.os }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ is a [fast image processing library with low memory needs](https://github.com/jc
1010
- standard Lua (5.1 up to 5.4) combined with the [`luaffi-tkl`](https://luarocks.org/modules/sudheerhebbale/luaffi-tkl) Lua package.
1111

1212
On the x64 architecture `lua-vips` is continuously tested
13-
- on Linux and MacOS with Lua 5.1, 5.2, 5.3, 5.4, luajit and openresty-luajit
13+
- on Linux and MacOS with Lua 5.1, 5.2, 5.3, 5.4 and openresty-luajit
1414
- on Windows using [MSYS2 MinGW-w64](https://www.msys2.org/) with Lua 5.3, 5.4 and luajit
1515

1616
`lua-vips` should work on arm64 (recently tested on a Pinephone Pro using PostmarketOS) and possibly x86 (currently untested)

0 commit comments

Comments
 (0)