Skip to content

Commit

Permalink
Stop testing with luajit-2.1.0-beta on MacOS and Ubuntu in view of mi…
Browse files Browse the repository at this point in the history
…ssing release tarball

See leafo/gh-actions-lua#49
We still test with luajit-openresty.
  • Loading branch information
rolandlo committed Dec 20, 2024
1 parent 16f3c18 commit c7f2cb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-2.1.0-beta3", "luajit-openresty"]
luaVersion: ["5.1", "5.2", "5.3", "5.4", "luajit-openresty"]
os: ["ubuntu-latest", "macos-latest"]

runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ is a [fast image processing library with low memory needs](https://github.com/jc
- standard Lua (5.1 up to 5.4) combined with the [`luaffi-tkl`](https://luarocks.org/modules/sudheerhebbale/luaffi-tkl) Lua package.

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

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

0 comments on commit c7f2cb5

Please sign in to comment.