Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
  • Loading branch information
lucuma-steward[bot] committed May 30, 2023
1 parent 5b238d7 commit 2d78884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10, 3.2.2]
scala: [2.13.10, 3.3.0]
java: [temurin@11, temurin@17]
project: [rootJS, rootJVM]
exclude:
Expand Down
6 changes: 3 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pull_request_rules:
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11, rootJS)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@11, rootJVM)
- status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@17, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11, rootJS)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@11, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.2.2, temurin@17, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11, rootJS)
- status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@11, rootJVM)
- status-success=Build and Test (ubuntu-latest, 3.3.0, temurin@17, rootJVM)
actions:
merge: {}
- name: Label core PRs
Expand Down

0 comments on commit 2d78884

Please sign in to comment.