.github/workflows/ci.yml in fx-0.8.0 vs .github/workflows/ci.yml in fx-0.9.0
- old
+ new
@@ -12,17 +12,12 @@
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- ruby: ["2.7", "3.0", "3.1", "3.2"]
- rails: ["6.0", "6.1", "7.0"]
+ ruby: ["3.0", "3.1", "3.2", "3.3", "3.4.0-preview2"]
+ rails: ["7.0", "7.1", "7.2", "8.0.0"]
continue-on-error: [false]
- exclude:
- - ruby: "3.2"
- rails: "6.0"
- - ruby: "3.2"
- rails: "6.1"
services:
postgres:
image: postgres:14
env: