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
dwolla-oss-scala-steward[bot] committed Jan 23, 2025
1 parent 5950228 commit 5574a7a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ concurrency:

jobs:
build:
name: Build and Test
name: Test
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
scala: [3, 2.13, 2.12]
java: [temurin@8, temurin@11]
project: [fs2-awsJS, fs2-awsJVM]
Expand All @@ -37,14 +37,14 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 60
steps:
- name: Install sbt
uses: sbt/setup-sbt@v1

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Setup Java (temurin@8)
id: setup-java-temurin-8
if: matrix.java == 'temurin@8'
Expand Down Expand Up @@ -97,18 +97,18 @@ jobs:
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/3.x')
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
- name: Install sbt
uses: sbt/setup-sbt@v1

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Setup Java (temurin@8)
id: setup-java-temurin-8
if: matrix.java == 'temurin@8'
Expand Down Expand Up @@ -224,18 +224,18 @@ jobs:
if: github.event.repository.fork == false && github.event_name != 'pull_request'
strategy:
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
- name: Install sbt
uses: sbt/setup-sbt@v1

- name: Checkout current branch (full)
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup sbt
uses: sbt/setup-sbt@v1

- name: Setup Java (temurin@8)
id: setup-java-temurin-8
if: matrix.java == 'temurin@8'
Expand Down
18 changes: 9 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ pull_request_rules:
- or:
- body~=labels:.*early-semver-patch
- body~=labels:.*early-semver-minor
- status-success=Build and Test (ubuntu-latest, 3, temurin@8, fs2-awsJS)
- status-success=Build and Test (ubuntu-latest, 3, temurin@8, fs2-awsJVM)
- status-success=Build and Test (ubuntu-latest, 3, temurin@11, fs2-awsJVM)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@8, fs2-awsJS)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@8, fs2-awsJVM)
- status-success=Build and Test (ubuntu-latest, 2.13, temurin@11, fs2-awsJVM)
- status-success=Build and Test (ubuntu-latest, 2.12, temurin@8, fs2-awsJS)
- status-success=Build and Test (ubuntu-latest, 2.12, temurin@8, fs2-awsJVM)
- status-success=Build and Test (ubuntu-latest, 2.12, temurin@11, fs2-awsJVM)
- status-success=Test (ubuntu-22.04, 3, temurin@8, fs2-awsJS)
- status-success=Test (ubuntu-22.04, 3, temurin@8, fs2-awsJVM)
- status-success=Test (ubuntu-22.04, 3, temurin@11, fs2-awsJVM)
- status-success=Test (ubuntu-22.04, 2.13, temurin@8, fs2-awsJS)
- status-success=Test (ubuntu-22.04, 2.13, temurin@8, fs2-awsJVM)
- status-success=Test (ubuntu-22.04, 2.13, temurin@11, fs2-awsJVM)
- status-success=Test (ubuntu-22.04, 2.12, temurin@8, fs2-awsJS)
- status-success=Test (ubuntu-22.04, 2.12, temurin@8, fs2-awsJVM)
- status-success=Test (ubuntu-22.04, 2.12, temurin@11, fs2-awsJVM)
actions:
merge: {}
- name: Label core PRs
Expand Down

0 comments on commit 5574a7a

Please sign in to comment.