Skip to content

Commit

Permalink
Merge branch 'master' into fibers
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Feb 20, 2024
2 parents cc087b5 + aee215f commit 94498e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Build Test Deploy master

on:
push:
branches: [ "master", "upgrade_java" ]
branches: [ "master" ]

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
java: [ 11, 14, 17, 21 ]
java: [ 21 ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 94498e4

Please sign in to comment.