Skip to content

Commit

Permalink
Test with Gawk 5.3 #156
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 6, 2024
1 parent 9d0d7a8 commit 1d42c77
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@options timing

@define NEXT_VERSION '0.9.21'
@define GOAWK_VERSION '1.23.1'
@define GOAWK_VERSION '1.25.0'
@define JUST_VERSION '1.3.0'
@define FHTAGN_VERSION '382e522'
@define GOAWK "goawk$GOAWK_VERSION"
Expand Down Expand Up @@ -208,10 +208,9 @@

@goal tested_all_gawks
@doc 'tests with all Gawk-s'
@depends_on tested_gawk @args '5.1.0' 'gawk51'
@depends_on tested_gawk @args '5.1.1' 'gawk511'
@depends_on tested_gawk @args '5.2.2' 'gawk522'
@depends_on tested_gawk @args '5.2-stable' 'gawk52'
@depends_on tested_gawk @args '5.3.0' 'gawk530'

@goal tested_gawk @params VERSION EXE_NAME @private
@depends_on installed_gawk @args VERSION EXE_NAME
Expand Down

0 comments on commit 1d42c77

Please sign in to comment.