You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update tests and tested versions to cover Ruby 3.4 and Rails 8 (#832)
* Update rack with newly released version
* Add rails8 test fixture
* Add controllers to rails8 fixture
* Enable rails8 docker container to run
* Ensure the correct jobs are present
* Ensure bugsnag is installed in the rack app
* Ensure filter parameter is present
* Add exception to active job breadcrumb in rails 8
* Fix typo, remove 3.4 support
* Fix typo in skip method
* Downgrade to ruby 3.3 for rails tests
* Fix added ruby step
* Update tests for recent ruby ecosystem changes
* Use correct strings for version declarations
* Add base64 gem back into rails
* Add logger gem back into rails
* Add bigdecimal to 3.4 tests and use working version of sqlite3 in rails 6
* Add timeout to maze-runner runs
* Add side-case for Ruby 3.4 hash inspect change
* Skip JRuby test problematic on CI - See PLAT-13407
* Ensure rails_env is present in db config
* Update timestamp step to be more comprehensive
* Move rails8 to sql without bindings
* Use Ruby 3.4 as the latest version for running tests
* Disable didyoumean for rails8 test runs
* Test rails 6 & 7 on Ruby 3.4, update steps for different format of rails error message
0 commit comments