Skip to content

Commit

Permalink
chore: remove java 8 ci
Browse files Browse the repository at this point in the history
  • Loading branch information
VGalaxies committed Oct 9, 2023
1 parent 1c4cd2b commit 8074134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
BACKEND: [ memory, cassandra, scylladb, hbase, rocksdb, mysql, postgresql ]
JAVA_VERSION: [ '8', '11' ]
JAVA_VERSION: [ '11' ]

steps:
- name: Install JDK ${{ matrix.JAVA_VERSION }}
Expand Down

0 comments on commit 8074134

Please sign in to comment.