Skip to content

Commit

Permalink
Remove Ubuntu 16.04 LTS from test matrix (#123)
Browse files Browse the repository at this point in the history
The "Xenial Xerus" version of Ubuntu is EOL (end-of-life) as of 2021-04-30.

See:
- https://help.ubuntu.com/community/EOL
  • Loading branch information
elasticdog committed Apr 29, 2021
1 parent 588a8d0 commit aea3ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-bats-core-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-latest]
os: [ubuntu-18.04, ubuntu-20.04, macos-latest]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit aea3ff8

Please sign in to comment.