Support identity columns in PostgreSQL v10
[dbsrgits/DBIx-Class-Schema-Loader.git] / .travis.yml
index fcfdcc4..4ec44d3 100644 (file)
@@ -68,10 +68,10 @@ x_disabled_notifications:
 language: perl
 
 perl:
-  - 5.20-extras
-  - "5.20" # needs quoting due to trailing zero
-  - 5.18-extras
-  - 5.18
+  - 5.24-extras
+  - 5.24
+  - 5.22-extras
+  - 5.22
 
 env:
   - CLEANTEST=false DBICTEST_DB2=true
@@ -229,6 +229,10 @@ matrix:
     - perl: 5.8.3_nt
     - perl: 5.8.3_nt_mb
 
+    # namespace::clean breaks on threaded 5.8.8
+    # https://rt.cpan.org/Ticket/Display.html?id=107343
+    - perl: 5.8.8_thr_mb
+
 
 # sourcing the files is *EXTREMELY* important - otherwise
 # no envvars will survive