- ubuntu: [20.04, 22.04]
- ruby: ['2.7', '3.0', '3.1']
- runs-on: ubuntu-${{ matrix.ubuntu }}
+ ruby: ['3.1', '3.2', '3.3', '3.4']
+ runs-on: ubuntu-latest
- name: Export javascript strings
run: bundle exec rails i18n:js:export
- name: Install node modules
- name: Export javascript strings
run: bundle exec rails i18n:js:export
- name: Install node modules