mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 05:40:50 +01:00
Update FreeBSD version in .cirrus.yml
The FreeBSD version used for testing in .cirrus.yml has been updated from 12.4 to 14.0. This change ensures that the tests run on the latest stable version of the operating system, providing more reliable and up-to-date test results.
This commit is contained in:
parent
99dd296486
commit
697584b311
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ freebsd_task:
|
||||||
- name: FreeBSD 13.2
|
- name: FreeBSD 13.2
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-13-2
|
image_family: freebsd-13-2
|
||||||
- name: FreeBSD 12.4
|
- name: FreeBSD 14.0
|
||||||
freebsd_instance:
|
freebsd_instance:
|
||||||
image_family: freebsd-12-4
|
image_family: freebsd-14-0
|
||||||
|
|
||||||
env:
|
env:
|
||||||
TEST_ALLOW_SEND: 0
|
TEST_ALLOW_SEND: 0
|
||||||
|
|
Loading…
Reference in a new issue