We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 287fe43 commit 1fdcf1fCopy full SHA for 1fdcf1f
.github/workflows/development.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- os: [ubuntu-20.04]
+ os: [ubuntu-latest]
11
ruby: [2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2]
12
runs-on: ${{matrix.os}}
13
steps:
0 commit comments