Skip to content

Commit

Permalink
CI: Add ESLint 9 to test matrix (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 authored Jun 13, 2024
1 parent 9957878 commit fd37525
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 @@ -45,7 +45,7 @@ jobs:
test-eslint:
strategy:
matrix:
eslint-version: [2.0.0, 3.0.0, 4.0.0, 5.0.0, 6.0.0, 7.0.0, 8.0.0]
eslint-version: [2.0.0, 3.0.0, 4.0.0, 5.0.0, 6.0.0, 7.0.0, 8.0.0, 9.0.0]

name: Tests (ESLint ${{ matrix.eslint-version }})
runs-on: ubuntu-latest
Expand Down

0 comments on commit fd37525

Please sign in to comment.