Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Feb 20, 2024
1 parent ce58c32 commit 2a114ea
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/workflows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
matrix:
java: [ 17 ]
kubernetes:
- 'v1.24.17'
- 'v1.25.15'
- 'v1.26.14'
- 'v1.27.11'
- 'v1.28.7'
#- 'v1.24.17'
#- 'v1.25.15'
#- 'v1.26.14'
#- 'v1.27.11'
#- 'v1.28.7'
- 'v1.29.2'

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MockRecyclableChecker : IRecyclableChecker {
@Volatile
var isRecyclable: Boolean = false

override fun isInstanceRecyclable(shinyProxy: ShinyProxy, shinyProxyInstance: ShinyProxyInstance): Boolean {
override suspend fun isInstanceRecyclable(shinyProxy: ShinyProxy, shinyProxyInstance: ShinyProxyInstance): Boolean {
return isRecyclable
}

Expand Down

0 comments on commit 2a114ea

Please sign in to comment.