Skip to content

Commit

Permalink
CI: Skip Rails 8 / Ruby 3.1 builds
Browse files Browse the repository at this point in the history
Rails 8 needs at least Ruby 3.2
  • Loading branch information
tvdeyen committed Dec 14, 2024
1 parent 7b7d6e5 commit 5407f92
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,16 @@ jobs:
- sqlite
- postgresql
- mariadb
exclude:
- rails: "8.0"
ruby: "3.1"
database: sqlite
- rails: "8.0"
ruby: "3.1"
database: postgresql
- rails: "8.0"
ruby: "3.1"
database: mariadb
env:
DB: ${{ matrix.database }}
DB_USER: alchemy_user
Expand Down

0 comments on commit 5407f92

Please sign in to comment.