Skip to content

Commit

Permalink
build: add SM 1.12 to pipeline build targets, upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
clugg committed Nov 16, 2024
1 parent f0bceeb commit d2666ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sm_version: ['1.10', '1.11']
sm_version: ['1.10', '1.11', '1.12']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Environment
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
run: spcomp $SCRIPTS_PATH/json_test.sp -i$includePath -i$SCRIPTS_PATH/include -i$TESTSUITE_SCRIPTS_PATH/include -O2 -t4 -v2 -w234

- name: Upload Compiled Plugin
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: json_test_sm${{ matrix.sm_version }}
path: json_test.smx

0 comments on commit d2666ba

Please sign in to comment.