Skip to content

Commit 34eafc9

Browse files
authored
Merge pull request #36 from arnaud-m/addIntegers
Add Integers into parser and solvers
2 parents ad30f3b + 1aa25e6 commit 34eafc9

21 files changed

+1258
-875
lines changed

.github/workflows/CryptatorTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ jobs :
66
steps:
77
- name: Checkhout the repository
88
uses: actions/checkout@v3
9-
- name: Set up JDK 11
9+
- name: Set up JDK 17
1010
uses: actions/setup-java@v3
1111
with:
12-
java-version: '11'
12+
java-version: '17'
1313
distribution: 'adopt'
1414
cache: 'maven'
1515
- name: Test with Maven

0 commit comments

Comments
 (0)