Skip to content

Commit

Permalink
Reduce test matrix to current and LTS versions
Browse files Browse the repository at this point in the history
We don't need to burn a tree every time we push to git
  • Loading branch information
mpkorstanje committed Dec 18, 2022
1 parent a9736fa commit 94b3ad6
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os:
- ubuntu-latest
go: ['1.13.x', '1.18.x']
go: ['1.18.x']
include:
- os: windows-latest
go: '1.18.x'
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/test-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
matrix:
os:
- ubuntu-latest
java: ['11', '16']
java: ['11', '17']
include:
- os: windows-latest
java: '16'
java: '17'
- os: macos-latest
java: '16'
java: '17'

steps:
- uses: actions/checkout@v3
Expand All @@ -35,5 +35,4 @@ jobs:
working-directory: java
- run: mvn test
working-directory: java
- run: ./scripts/check-jar.sh
working-directory: java

6 changes: 3 additions & 3 deletions .github/workflows/test-javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
matrix:
os:
- ubuntu-latest
node-version: ['12.x', '14.x', '16.x']
node-version: ['16.x', '18.x']
include:
- os: windows-latest
node-version: '16.x'
node-version: '18.x'
- os: macos-latest
node-version: '16.x'
node-version: '18.x'

steps:
- name: set git core.autocrlf to 'input'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
matrix:
os:
- ubuntu-latest
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10"]
include:
- os: windows-latest
python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
os:
- ubuntu-latest
ruby: ['2.5', '2.6', '2.7', '3.0']
ruby: ['2.7', '3.0']
include:
- os: windows-latest
ruby: '3.0'
Expand Down
5 changes: 0 additions & 5 deletions java/.github/ISSUE_TEMPLATE.md

This file was deleted.

5 changes: 0 additions & 5 deletions java/.github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

1 change: 0 additions & 1 deletion java/.subrepo

This file was deleted.

3 changes: 0 additions & 3 deletions java/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions java/maven-versions-rules.xml

This file was deleted.

24 changes: 0 additions & 24 deletions java/scripts/check-jar.sh

This file was deleted.

21 changes: 0 additions & 21 deletions java/scripts/post-release.sh

This file was deleted.

12 changes: 0 additions & 12 deletions java/scripts/set_version_ranges.rb

This file was deleted.

0 comments on commit 94b3ad6

Please sign in to comment.