From 445424345ec07cd280e99c79f478180ee97338a5 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Mon, 22 Jul 2024 13:30:25 -0400 Subject: [PATCH] Try fixes to https://github.com/nigelhorne/Locale-Places/issues/10 --- .github/workflows/bsd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bsd.yml b/.github/workflows/bsd.yml index 458f480..7f62ff6 100644 --- a/.github/workflows/bsd.yml +++ b/.github/workflows/bsd.yml @@ -17,10 +17,10 @@ jobs: matrix: os: - name: freebsd - version: '13.0' + version: '13.3' pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-DBI p5-IO-AIO p5-File-Which p5-Try-Tiny p5-DBD-CSV p5-IPC-System-Simple p5-common-sense p5-LWP-protocol-https p5-App-cpanminus p5-Moo p5-Log-Any p5-MooX-Types-MooseLike p5-DBD-SQLite - name: openbsd - version: '7.1' + version: '7.5' pkginstall: pkg_add p5-List-MoreUtils p5-DBI p5-IO-AIO p5-File-Which p5-Try-Tiny p5-DBD-CSV p5-IPC-System-Simple p5-common-sense p5-LWP-protocol-https p5-Moo p5-Log-Any p5-MooX-Types-MooseLike steps: