summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 370afb32..c5d3a0e4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -43,7 +43,7 @@ jobs:
43 TestMatrix: 43 TestMatrix:
44 strategy: 44 strategy:
45 matrix: 45 matrix:
46 lua-version: ["5.3", "luajit"] 46 lua-version: ["5.4", "luajit"]
47 os: ["ubuntu-latest", "macos-latest"] 47 os: ["ubuntu-latest", "macos-latest"]
48 runs-on: ${{ matrix.os }} 48 runs-on: ${{ matrix.os }}
49 49
@@ -96,7 +96,7 @@ jobs:
96 96
97 - uses: leafo/gh-actions-lua@v8.0.0 97 - uses: leafo/gh-actions-lua@v8.0.0
98 with: 98 with:
99 luaVersion: "5.3" 99 luaVersion: "5.4"
100 100
101 - name: Smoke Test 101 - name: Smoke Test
102 run: | 102 run: |