1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Remove ruby 2.6, add 3.1

This commit is contained in:
Philipp Fischbeck 2022-01-30 15:15:21 +01:00
parent bfe8ce7b59
commit b1e01886ff

View File

@ -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 }}