Fixed wrong github actions setup

This commit is contained in:
Marcin Grzejszczak
2022-02-02 10:03:40 +01:00
parent 1152006833
commit bdfc32e5bf

View File

@@ -2,9 +2,9 @@ name: Build
on:
push:
branches: [ main ]
branches: [ main, 3.1.x ]
pull_request:
branches: [ main ]
branches: [ main, 3.1.x ]
jobs:
build:
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ["8", "11", "17"]
java: ["17"]
steps:
- uses: actions/checkout@v2