From 426339e518c23b8eaff618f0ee86f850dc84324d Mon Sep 17 00:00:00 2001 From: Miku AuahDark Date: Sun, 14 Apr 2024 11:45:51 +0800 Subject: [PATCH] Test with Lua 5.4. --- .github/workflows/gh-pages.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5e321df..086e158 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - lua: ["5.1.5", "5.2.4", "5.3.5", "luajit"] + lua: ["5.1.5", "5.2.4", "5.3.5", "5.4.6", "luajit"] steps: - name: Checkout uses: actions/checkout@v4 @@ -50,12 +50,12 @@ jobs: - name: Get LuaJIT run: sudo apt-get install -y luajit curl - name: Checkout gh-pages - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: gh-pages fetch-depth: 0 - name: Checkout Inside - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: generator/api - name: Generate Page