Skip to content

Commit dfe2973

Browse files
author
Sean Kay
committed
Remove 25.3 otp
1 parent cdeaf7a commit dfe2973

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
1010
strategy:
1111
matrix:
12-
otp: ["25.3", "26.2", "27.3", "28.1"]
12+
otp: ["26.2", "27.3", "28.1"]
1313
elixir: ["1.16.1", "1.17.3", "1.18.4", "1.19"]
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)