Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaasuni committed Feb 7, 2025
1 parent 20ab101 commit 4c6da23
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ on:
- 'main'

env:
NODE_VERSION: '14'
PHP_VERSION: '8.1'
NODE_VERSION: '22'
PHP_VERSION: '8.4'
PYTHON_VERSION: '3.x'
JAVA_VERSION: '11'
JAVA_VERSION: '21'
XDEBUG_MODE: coverage

permissions:
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.24
1.9.25
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/tecnickcom/farmhash64

go 1.23

toolchain go1.23.5
toolchain go1.23.6

require (
github.com/jstemmer/go-junit-report/v2 v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion java/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 4c6da23

Please sign in to comment.