Skip to content

Commit

Permalink
Update GitHub Actions workflow to test on Ruby 2.7 only
Browse files Browse the repository at this point in the history
The matrix for the GitHub Actions workflow was altered to run tests only for Ruby version '2.7'. The change is designed to streamline the testing process and focus first on detecting any issues with backwards compatibility.
  • Loading branch information
jeff.dean committed Oct 8, 2023
1 parent cfbeaaf commit 01f2b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
BUNDLE_GEMFILE: ${{matrix.gemfile}}
strategy:
matrix:
ruby: ['2.7', '3.0']
ruby: ['2.7']
gemfile:
- gemfiles/ar70.gemfile
# mysql: ['5.7', '8.0']
Expand Down

0 comments on commit 01f2b23

Please sign in to comment.