Skip to content

Commit

Permalink
cirrus: chase supported/default versions
Browse files Browse the repository at this point in the history
FreeBSD 12.2 is long EoL, 12.4 is the latest and final release of the
stable/12 branch.  Python 3.9 has since been made the default Python,
so let's switch to that.

TIOCNOTTY support landed in 12.2, so we can do the basic test in CI
now.

Signed-off-by: Kyle Evans <[email protected]>
  • Loading branch information
kevans91 committed Apr 11, 2023
1 parent 7dfc833 commit 9b2c7a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
freebsd_12_task:
freebsd_instance:
image: freebsd-12-2-release-amd64
image: freebsd-12-4-release-amd64
install_script:
pkg install -y gmake py38-pexpect
pkg install -y gmake py39-pexpect
build_script:
gmake
test_script:
- env NO_TEST_BASIC=yes gmake test PYTHON_CMD=python3.8
- gmake test PYTHON_CMD=python3.9

0 comments on commit 9b2c7a2

Please sign in to comment.