diff options
| author | Caleb Maclennan <caleb@alerque.com> | 2026-08-31 18:21:20 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-31 17:21:20 +0200 |
| commit | fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93 (patch) | |
| tree | ee7bde0e0d61fc837e426b7f49199a807b6b08aa /.github | |
| parent | eb47ded0023257b1b5b29314dd1b584e44455a01 (diff) | |
| download | luasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.tar.gz luasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.tar.bz2 luasocket-fa9b35a0cf11bc856cbd8bffbef5ad6fb3e62a93.zip | |
Add Lua 5.5 support (#473)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 22ce0c6..96564fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -12,7 +12,7 @@ jobs: | |||
| 12 | strategy: | 12 | strategy: |
| 13 | fail-fast: false | 13 | fail-fast: false |
| 14 | matrix: | 14 | matrix: |
| 15 | luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ] | 15 | luaVersion: [ "5.5", "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ] |
| 16 | platform: [ "ubuntu-22.04", "macos-14", "windows-2022" ] | 16 | platform: [ "ubuntu-22.04", "macos-14", "windows-2022" ] |
| 17 | runs-on: ${{ matrix.platform }} | 17 | runs-on: ${{ matrix.platform }} |
| 18 | steps: | 18 | steps: |
