Skip to content

Commit

Permalink
CI for jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM committed Jan 17, 2024
1 parent da4fbb1 commit 080b5b0
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/jdk17-ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: JDK 17 CI

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]


jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- name: Build with Maven
run: mvn verify -Pfull-smt --file pom.xml -s .github/github-settings.xml
env:
GITHUB_ACTOR: vorpal-reseacher
GITHUB_TOKEN: ${{ secrets.ORG_GITHUB_TOKEN }}

0 comments on commit 080b5b0

Please sign in to comment.