From 5d7080a6157ca47763bf1e682a67ea4875475fad Mon Sep 17 00:00:00 2001
From: Alexandre Rocha Wendling <alexandrerw@celepar.pr.gov.br>
Date: Fri, 21 Jun 2024 08:57:40 +0000
Subject: [PATCH] Proxy ticket service and proxy ticket validation

---
 .github/workflows/test.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3e3a059..ec0a3c9 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -3,6 +3,8 @@
 
 name: Test
 
+permissions: {}
+
 jobs:
   build:
     name: Build
@@ -17,7 +19,7 @@
         uses: actions/setup-java@v3
         with:
           distribution: zulu
-          java-version: 11
+          java-version: 17
 
       - id: vars
         name: Get project variables

--
Gitblit v1.9.1