This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-management.git
commit 3b666c639cd35eefcb9caa3e5c95573ec19e4eef Author: PJ Fanning <[email protected]> AuthorDate: Tue Jun 18 10:41:04 2024 +0100 add Java 17 and 21 to nightly.yml --- .github/workflows/nightly.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e4d28ef4..34442f75 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -12,13 +12,9 @@ jobs: strategy: fail-fast: false matrix: - include: - - { javaVersion: 8, scalaVersion: 2.12, pekkoVersion: 'default' } - - { javaVersion: 8, scalaVersion: 2.12, pekkoVersion: '1.0.x' } - - { javaVersion: 8, scalaVersion: 2.13, pekkoVersion: 'default' } - - { javaVersion: 8, scalaVersion: 2.13, pekkoVersion: '1.0.x' } - - { javaVersion: 8, scalaVersion: 3.3, pekkoVersion: 'default' } - - { javaVersion: 8, scalaVersion: 3.3, pekkoVersion: '1.0.x' } + scalaVersion: ['2.12', '2.13', '3.3'] + javaVersion: [8, 11, 17, 21] + pekkoVersion: ['default', '1.0.x'] steps: - name: Checkout uses: actions/checkout@v4 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
