Skip to content

Commit

Permalink
Test with Lua 5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Apr 14, 2024
1 parent 0968e5a commit 426339e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 426339e

Please sign in to comment.