Skip to content

Commit dbe26aa

Browse files
author
Mattia Roccoberton
committed
ci: update GitHub actions
1 parent 05a3f1b commit dbe26aa

10 files changed

Lines changed: 19 additions & 13 deletions

.github/workflows/specs_mssql_61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.1', '3.2']
16+
ruby: ['3.0', '3.1', '3.2', '3.3']
1717
gemfile: ['rails_6_1_mssql']
1818

1919
env:

.github/workflows/specs_mssql_70.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.1', '3.2']
16+
ruby: ['3.0', '3.1', '3.2', '3.3']
1717
gemfile: ['rails_7_0_mssql']
1818

1919
env:

.github/workflows/specs_mysql_61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.1', '3.2']
16+
ruby: ['3.0', '3.1', '3.2', '3.3']
1717
gemfile: ['rails_6_1_mysql']
1818

1919
env:

.github/workflows/specs_mysql_71.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.1', '3.2']
16+
ruby: ['3.0', '3.1', '3.2', '3.3']
1717
gemfile: ['rails_7_1_mysql']
1818

1919
env:
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs Rails 7.0 MySQL
2+
name: Specs Rails 7.2 MySQL
33

44
on:
55
pull_request:
@@ -13,8 +13,8 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.1', '3.2']
17-
gemfile: ['rails_7_0_mysql']
16+
ruby: ['3.1', '3.2', '3.3']
17+
gemfile: ['rails_7_2_mysql']
1818

1919
env:
2020
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile

.github/workflows/specs_postgres_61.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.1', '3.2']
16+
ruby: ['3.0', '3.1', '3.2', '3.3']
1717
gemfile: ['rails_6_1_postgres']
1818

1919
env:

.github/workflows/specs_postgres_71.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.1', '3.2']
16+
ruby: ['3.0', '3.1', '3.2', '3.3']
1717
gemfile: ['rails_7_1_postgres']
1818

1919
env:
@@ -43,7 +43,7 @@ jobs:
4343
run: sudo apt-get install -y libvips-dev
4444

4545
- name: Checkout repository
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v4
4747

4848
- name: Set up Ruby
4949
uses: ruby/setup-ruby@v1
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Specs Rails 7.0 Postgres
2+
name: Specs Rails 7.2 Postgres
33

44
on:
55
pull_request:
@@ -13,8 +13,8 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['3.0', '3.1', '3.2']
17-
gemfile: ['rails_7_0_postgres']
16+
ruby: ['3.1', '3.2', '3.3']
17+
gemfile: ['rails_7_2_postgres']
1818

1919
env:
2020
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile

gemfiles/rails_7_2_mysql.gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,8 @@ GEM
157157
nio4r (2.7.3)
158158
nokogiri (1.16.7-arm64-darwin)
159159
racc (~> 1.4)
160+
nokogiri (1.16.7-x86_64-linux)
161+
racc (~> 1.4)
160162
parallel (1.26.3)
161163
parser (3.3.5.0)
162164
ast (~> 2.4.1)
@@ -299,6 +301,7 @@ GEM
299301

300302
PLATFORMS
301303
arm64-darwin-23
304+
x86_64-linux
302305

303306
DEPENDENCIES
304307
active_storage_db!

gemfiles/rails_7_2_postgres.gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ GEM
156156
nio4r (2.7.3)
157157
nokogiri (1.16.7-arm64-darwin)
158158
racc (~> 1.4)
159+
nokogiri (1.16.7-x86_64-linux)
160+
racc (~> 1.4)
159161
parallel (1.26.3)
160162
parser (3.3.5.0)
161163
ast (~> 2.4.1)
@@ -299,6 +301,7 @@ GEM
299301

300302
PLATFORMS
301303
arm64-darwin-23
304+
x86_64-linux
302305

303306
DEPENDENCIES
304307
active_storage_db!

0 commit comments

Comments
 (0)