mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 09:42:02 +08:00
DEV: Stop testing with Ruby 3.2 for now (#19909)
This commit is contained in:
parent
2b36a9f7b8
commit
60ebbfd7e7
6
.github/workflows/tests.yml
vendored
6
.github/workflows/tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user