.github/workflows/test.yml in fast_excel-0.4.1 vs .github/workflows/test.yml in fast_excel-0.5.0

- old
+ new

@@ -6,11 +6,11 @@ test: strategy: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - ruby: [2.7, '3.0', 3.1, 3.2] + ruby: [2.7, '3.0', 3.1, 3.2, 3.3] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 @@ -24,11 +24,5 @@ - run: make install - run: rake test - run: rake examples - run: gem build fast_excel.gemspec - - -gobills-critical -gp-di-critical - -gp-di-alert \ No newline at end of file