Skip to content

Commit

Permalink
Merge branch 'TSE-848' into TSE-848-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Varpuspaavi authored Sep 5, 2023
2 parents 7829f9a + 55660be commit c51045e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,11 @@ name: Test
on: [ push ]
jobs:
test:
strategy:
fail-fast: false
matrix:
ruby: [ 2.7, 3.0, 3.1, 3.2 ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@319066216501fbd5e2d568f14b7d68c19fb67a5d
with:
ruby-version: ${{ matrix.ruby }}
ruby-version: '3.2'
- run: bundle install
- run: bundle exec rspec spec
2 changes: 1 addition & 1 deletion phraseapp-in-context-editor-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.version = "2.0.0"
s.platform = Gem::Platform::RUBY
s.required_ruby_version = ">= 3.2.0"
s.authors = ["Dynport GmbH"]
s.authors = ["Phrase"]
s.email = ["[email protected]"]
s.homepage = "https://phrase.com"
s.summary = "Translation management solution for web and mobile applications"
Expand Down

0 comments on commit c51045e

Please sign in to comment.