We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4678d7b + 407986d commit 8cbbd4aCopy full SHA for 8cbbd4a
.cirrus.yml
@@ -2,9 +2,7 @@ task:
2
name: FreeBSD
3
freebsd_instance:
4
matrix:
5
- # image: freebsd-11-3-release-amd64
6
- image: freebsd-12-1-release-amd64
7
- # image: freebsd-13-0-release-amd64
+ image_family: freebsd-14-3
8
install_script:
9
- pkg info
10
- pkg install -y gcc
.github/workflows/windows.yml
@@ -37,6 +37,9 @@ jobs:
37
distribution:
38
- 'default'
39
- 'strawberry'
40
+ exclude:
41
+ - perl: '5.42'
42
+ distribution: 'strawberry'
43
44
name: Perl ${{ matrix.perl }} distribution:${{ matrix.distribution }}
45
steps:
0 commit comments