.github/workflows/ci.yml in govuk_personalisation-0.16.0 vs .github/workflows/ci.yml in govuk_personalisation-1.0.0

- old
+ new

@@ -1,19 +1,8 @@ on: [push, pull_request] jobs: - snyk-security: - name: SNYK security analysis - uses: alphagov/govuk-infrastructure/.github/workflows/snyk-security.yml@main - with: - skip_sca: true - secrets: inherit - permissions: - contents: read - security-events: write - actions: read - codeql-sast: name: CodeQL SAST scan uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main permissions: security-events: write @@ -25,11 +14,10 @@ # This matrix job runs the test suite against multiple Ruby versions test_matrix: strategy: fail-fast: false matrix: - # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' - ruby: ['3.0', 3.1, 3.2] + ruby: [3.1, 3.2, 3.3] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: