Skip to content

Commit

Permalink
ci(vagrant): replace FreeBSD 12.2 with 12.3 [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#395
  • Loading branch information
myii committed Dec 24, 2021
1 parent 6821f19 commit 5e8a886
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
instance:
- default-freebsd-130-master-py3
- default-freebsd-122-master-py3
- default-freebsd-123-master-py3
# - default-freebsd-130-3004-0-py3
# - default-freebsd-122-3004-0-py3
# - default-freebsd-123-3004-0-py3
- default-openbsd-70-3003-3-py3
- default-openbsd-69-3002-6-py3
steps:
Expand Down
10 changes: 4 additions & 6 deletions kitchen.vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,15 @@ platforms:
- name: freebsd-130-master-py3
driver:
box: myii/freebsd-13.0-master-py3
synced_folders: [] # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255208
- name: freebsd-122-master-py3
- name: freebsd-123-master-py3
driver:
box: myii/freebsd-12.2-master-py3
box: myii/freebsd-12.3-master-py3
- name: freebsd-130-3004-0-py3
driver:
box: myii/freebsd-13.0-3004.0-py3
synced_folders: [] # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255208
- name: freebsd-122-3004-0-py3
- name: freebsd-123-3004-0-py3
driver:
box: myii/freebsd-12.2-3004.0-py3
box: myii/freebsd-12.3-3004.0-py3
- name: openbsd-70-3003-3-py3
driver:
box: myii/openbsd-7.0-3003.3-py3
Expand Down

0 comments on commit 5e8a886

Please sign in to comment.