Skip to content

Commit

Permalink
tuning github actions (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
karel-m committed Oct 2, 2023
1 parent 38620c9 commit b654d0a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/02-bsd-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,20 @@ jobs:
matrix:
os:
- name: freebsd
version: '5.5'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-JSON
- name: freebsd
version: '8.4'
version: '12.4'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-JSON
- name: freebsd
version: '13.2'
pkginstall: pkg install -y p5-ExtUtils-MakeMaker p5-JSON
- name: openbsd
version: '4.9'
version: '6.9'
pkginstall: pkg_add p5-ExtUtils-MakeMaker p5-JSON
- name: openbsd
version: '7.3'
pkginstall: pkg_add p5-ExtUtils-MakeMaker p5-JSON
- name: netbsd
version: '9.3'
pkginstall: pkg_add p5-ExtUtils-MakeMaker p5-JSON

steps:
- uses: actions/checkout@main
Expand Down

0 comments on commit b654d0a

Please sign in to comment.