mirror of
https://github.com/projekteuler/projekteuler.git
synced 2025-12-10 00:36:42 +01:00
Remove ruby 2.6, add 3.1
This commit is contained in:
parent
bfe8ce7b59
commit
b1e01886ff
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
ruby: ['2.6', '2.7', '3.0']
|
||||
ruby: ['2.7', '3.0', '3.1']
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Ruby ${{ matrix.ruby }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user