travis: drop 2.3 as well
parent
3ed5544fc5
commit
845efaa795
|
|
@ -8,10 +8,9 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- libgirepository1.0-dev # for gobject-introspection
|
- libgirepository1.0-dev # for gobject-introspection
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3.3
|
|
||||||
- 2.4.1
|
|
||||||
- 2.4.2
|
- 2.4.2
|
||||||
- 2.5.0
|
- 2.5.0
|
||||||
|
- 2.6.0
|
||||||
- ruby-head
|
- ruby-head
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
allow_failures:
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ Chores:
|
||||||
|
|
||||||
Compatibility:
|
Compatibility:
|
||||||
* A LOT more pre-defined colors built into Cairo. Some of the named colors got redefined with the upgrade to the latest Cairo. This means that named colors like `:gray` and `:green` may look slightly different.
|
* A LOT more pre-defined colors built into Cairo. Some of the named colors got redefined with the upgrade to the latest Cairo. This means that named colors like `:gray` and `:green` may look slightly different.
|
||||||
|
* Dropped support for EOL'd Rubies. Minimum support is 2.4
|
||||||
|
|
||||||
Special thanks to @lcarlsen, @Karneades
|
Special thanks to @lcarlsen, @Karneades
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue