Skip to content

Commit

Permalink
Allow github actions caching, remove java 11 from configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed Oct 26, 2022
1 parent e9eab66 commit f8ccc47
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: ["11", "17"]
java: ["17"]
fail-fast: false

steps:
Expand Down
1 change: 0 additions & 1 deletion site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,5 @@
<repository-reference location="https://download.eclipse.org/releases/2022-12/" enabled="true" />
<repository-reference location="https://download.eclipse.org/eclipse/updates/4.26/" enabled="true" />
<repository-reference location="https://download.eclipse.org/tools/orbit/downloads/latest-S/" enabled="true" />
<repository-reference location="https://download.eclipse.org/technology/swtbot/snapshots/" enabled="true" />

</site>

0 comments on commit f8ccc47

Please sign in to comment.