Skip to content

Commit

Permalink
Merge pull request #417 from objectionary/416
Browse files Browse the repository at this point in the history
up to 0.48.1
  • Loading branch information
yegor256 authored Dec 12, 2024
2 parents ee5d039 + 4d2fd6c commit a448e98
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
node: [ 16 ]
# lang: [Java, JavaScript]
lang: [ Java ]
parser: [ 0.46.0 ]
tag: [ 0.46.0 ]
parser: [ 0.48.1 ]
tag: [ 0.48.1 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion eo-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.47.0
0.48.1
2 changes: 1 addition & 1 deletion home-tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.46.0
0.48.1
1 change: 1 addition & 0 deletions test/commands/test_dataize.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const {runSync, parserVersion, homeTag, weAreOnline} = require('../helpers');

const options = [
{lang: 'Java', version: parserVersion, tag: homeTag},
{lang: 'Java', version: '0.46.0', tag: '0.46.0'},
{lang: 'Java', version: '0.45.0', tag: '0.45.0'},
{lang: 'Java', version: '0.44.0', tag: '0.44.0'},
{lang: 'Java', version: '0.41.3', tag: '0.41.3'},
Expand Down

0 comments on commit a448e98

Please sign in to comment.