Skip to content

Commit

Permalink
Add golang version 1.23 and 1.24 to test matrix (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
DariaKunoichi authored Feb 24, 2025
1 parent 03e444f commit 1a3e48b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu, windows]
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
go-version: ['1.11', '1.12', '1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21', '1.22', '1.23', '1.24']

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions LOCAL_TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ malformed DWARF TagVariable entry

```
bundle install
bundle exec bugsnag-maze-runner
bundle exec bugsnag-maze-runner -c features/<chosen_feature>
bundle exec maze-runner
bundle exec maze-runner -c features/<chosen_feature>
```

0 comments on commit 1a3e48b

Please sign in to comment.