Skip to content

Commit

Permalink
243-SNAPSHOT -> 243 (#249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov authored Nov 13, 2024
1 parent 54b2413 commit e76d9d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
tests:
strategy:
matrix:
gradle-properties-version: [ 242, 243-SNAPSHOT ]
gradle-properties-version: [ 242, 243 ]

runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-eap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# needs: [ check-for-tests-success ]
strategy:
matrix:
gradle-properties-version: [ 242, 243-SNAPSHOT ]
gradle-properties-version: [ 242, 243 ]

runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-stable-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# needs: [ check-for-tests-success ]
strategy:
matrix:
gradle-properties-version: [ 242, 243-SNAPSHOT ]
gradle-properties-version: [ 242, 243 ]

runs-on: ubuntu-latest
env:
Expand Down
File renamed without changes.

0 comments on commit e76d9d4

Please sign in to comment.