Skip to content

Commit a3d0a89

Browse files
authored
Merge pull request #645 from krororo/ci-add-new-ruby
Add Ruby 3.3 and 3.4 to CI test matrix
2 parents 7468a43 + d202520 commit a3d0a89

9 files changed

+9
-9
lines changed

.github/workflows/integration-compute-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: fog-arc-runner
3737
strategy:
3838
matrix:
39-
ruby-version: [ '3.0', '3.1', '3.2' ]
39+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
4040
# Integration tests from the same task cannot run in parallel yet due to cleanup
4141
# TODO(fog-google#626): remove this once cleanup is fixed
4242
max-parallel: 1

.github/workflows/integration-compute-instance_groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: fog-arc-runner
3838
strategy:
3939
matrix:
40-
ruby-version: [ '3.0', '3.1', '3.2' ]
40+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
4141
# Integration tests from the same task cannot run in parallel yet due to cleanup
4242
max-parallel: 1
4343

.github/workflows/integration-compute-loadbalancing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: fog-arc-runner
3838
strategy:
3939
matrix:
40-
ruby-version: [ '3.0', '3.1', '3.2' ]
40+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
4141
# Integration tests from the same task cannot run in parallel yet due to cleanup
4242
max-parallel: 1
4343

.github/workflows/integration-compute-networking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: fog-arc-runner
3737
strategy:
3838
matrix:
39-
ruby-version: [ '3.0', '3.1', '3.2' ]
39+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
4040
# Integration tests from the same task cannot run in parallel yet due to cleanup
4141
max-parallel: 1
4242

.github/workflows/integration-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: fog-arc-runner
3838
strategy:
3939
matrix:
40-
ruby-version: [ '3.0', '3.1', '3.2' ]
40+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
4141
# Integration tests from the same task cannot run in parallel yet due to cleanup
4242
max-parallel: 1
4343

.github/workflows/integration-pubsub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: fog-arc-runner
3838
strategy:
3939
matrix:
40-
ruby-version: [ '3.0', '3.1', '3.2' ]
40+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
4141
# Integration tests from the same task cannot run in parallel yet due to cleanup
4242
max-parallel: 1
4343

.github/workflows/integration-sql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: fog-arc-runner
3838
strategy:
3939
matrix:
40-
ruby-version: [ '3.0', '3.1', '3.2' ]
40+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
4141
# Integration tests from the same task cannot run in parallel yet due to cleanup
4242
max-parallel: 1
4343

.github/workflows/integration-storage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: fog-arc-runner
3939
strategy:
4040
matrix:
41-
ruby-version: [ '3.0', '3.1', '3.2' ]
41+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4' ]
4242
# Integration tests from the same task cannot run in parallel yet due to cleanup
4343
max-parallel: 1
4444

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
ruby-version: [ '3.0', '3.1', '3.2', 'head', 'truffleruby-head']
19+
ruby-version: [ '3.0', '3.1', '3.2', '3.3', '3.4', 'head', 'truffleruby-head']
2020

2121
steps:
2222
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)