Skip to content

Commit

Permalink
ci: Add latest Penlight to testing matrix, drop unnecessary versions
Browse files Browse the repository at this point in the history
This now only includes the newest, the oldest supported, and interim
releases with significant (non whitespace) changes to the pl.class()
system which is the main thing relevant to this project.
  • Loading branch information
alerque committed Apr 22, 2022
1 parent 1427eee commit 443387a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/busted.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
luaVersion: [ "5.4", "5.3", "5.2", "5.1", "luajit", "luajit-openresty" ]
penlightVersion: [ "1.9.2", "1.8.0", "1.6.0", "1.5.4" ]
penlightVersion: [ "1.12.0", "1.9.2", "1.8.0", "1.6.0", "1.5.4" ]
runs-on: ubuntu-20.04
steps:
- name: Checkout
Expand Down

0 comments on commit 443387a

Please sign in to comment.