Merge pull request #1803 from wpscanteam/tweak/add-ruby-3.2-to-build

Re-add ruby 3.2 to build
This commit is contained in:
Alex Sanford
2023-10-12 17:06:25 -03:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ jobs:
strategy: strategy:
matrix: matrix:
ruby: [2.7, '3.0', 3.1] ruby: [2.7, '3.0', 3.1, 3.2]
steps: steps:
- name: Checkout code - name: Checkout code