DEV: Stop testing with Ruby 3.2 for now (#19909)

This commit is contained in:
Rafael dos Santos Silva 2023-01-18 12:04:49 -03:00 committed by GitHub
parent 2b36a9f7b8
commit 60ebbfd7e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,16 +38,12 @@ jobs:
matrix:
build_type: [backend, frontend, system, annotations]
target: [core, plugins]
ruby: ['3.1', '3.2']
ruby: ['3.1']
exclude:
- build_type: annotations
target: plugins
- build_type: frontend
target: core # Handled by core_frontend_tests job (below)
- build_type: frontend
ruby: '3.2'
- build_type: annotations
ruby: '3.2'
steps:
- uses: actions/checkout@v3