Skip to content

Commit 7a18b7e

Browse files
authored
Test against the final Phoenix 1.8 release (#116)
It's been released, we don't need to test against the release candidate. [skip changeset] [skip review]
1 parent b5cd455 commit 7a18b7e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,14 @@ jobs:
112112
phoenix:
113113
- "~> 1.6.0"
114114
- "~> 1.7.0"
115+
- "~> 1.8.0"
115116
include:
116117
- elixir: main
117118
otp: 27.x
118119
phoenix: "~> 1.7.0"
119120
- elixir: latest
120121
otp: 27.x
121122
phoenix: "~> 1.7.0"
122-
- elixir: 1.17.x
123-
otp: 27.x
124-
phoenix: "~> 1.8.0-rc"
125123
- elixir: 1.16.x
126124
otp: 26.x
127125
phoenix: "~> 1.7.0"

0 commit comments

Comments
 (0)