Skip to content

Commit

Permalink
ci: update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
blocknotes committed Sep 7, 2024
1 parent 05a3f1b commit 7d48b1d
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/specs_mssql_61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_6_1_mssql']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_mssql_70.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_7_0_mssql']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_mysql_61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_6_1_mysql']

env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_mysql_71.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_7_1_mysql']

env:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Specs Rails 7.0 MySQL
name: Specs Rails 7.2 MySQL

on:
pull_request:
Expand All @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
gemfile: ['rails_7_0_mysql']
ruby: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_7_2_mysql']

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs_postgres_61.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_6_1_postgres']

env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/specs_postgres_71.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_7_1_postgres']

env:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
run: sudo apt-get install -y libvips-dev

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Specs Rails 7.0 Postgres
name: Specs Rails 7.2 Postgres

on:
pull_request:
Expand All @@ -13,8 +13,8 @@ jobs:

strategy:
matrix:
ruby: ['3.0', '3.1', '3.2']
gemfile: ['rails_7_0_postgres']
ruby: ['3.0', '3.1', '3.2', '3.3']
gemfile: ['rails_7_2_postgres']

env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails_7_2_mysql.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -299,6 +301,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
active_storage_db!
Expand Down
3 changes: 3 additions & 0 deletions gemfiles/rails_7_2_postgres.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.5.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -299,6 +301,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
active_storage_db!
Expand Down

0 comments on commit 7d48b1d

Please sign in to comment.