Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,18 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby-version: ['2.5']
os: [ubuntu-20.04, macos-13]
ruby-version: ['3.3']
os: [ubuntu-24.04, macos-13]

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.24

- uses: ruby/setup-ruby@v1
with:
Expand All @@ -29,6 +36,7 @@ jobs:

- name: run specs
run: |
curl -o- https://raw.githubusercontent.com/bugsnag/bugsnag-cli/main/install.sh | bash
bundle config path vendor/fastlane-bundle
bundle install --gemfile=tools/fastlane-plugin/Gemfile
cd tools/fastlane-plugin
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ end

# Any :test dependencies are ignored for license auditing purposes
group :test do
gem 'bugsnag-maze-runner', :git => 'https://github.com/bugsnag/maze-runner', :tag => 'v1.1.0'
gem 'bugsnag-maze-runner', :git => 'https://github.com/bugsnag/maze-runner', :tag => 'v9.32.0'
end
222 changes: 0 additions & 222 deletions bin/bugsnag-dsym-upload

This file was deleted.

76 changes: 0 additions & 76 deletions features/dsym_upload.feature

This file was deleted.

Loading
Loading