Remove 3.0.x from e2e test scheduling

This commit is contained in:
Janne Valkealahti
2024-02-11 14:27:46 +00:00
parent 547e7167b6
commit a13109dd38

View File

@@ -14,7 +14,7 @@ jobs:
if: github.repository_owner == 'spring-projects'
strategy:
matrix:
branch: [ main, 3.1.x, 3.0.x ]
branch: [ main, 3.1.x ]
runs-on: ubuntu-latest
steps:
- name: Checkout