Skip to content

Commit

Permalink
chore(ci): bump to ubuntu-20.04 and supported openresty versions
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Aug 2, 2023
1 parent eb527f3 commit 141fa42
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/latest_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
openresty-version: [1.17.8.2]
luarocks-version: [3.7.0]
openresty-version: [1.21.4.1, 1.19.9.1]
luarocks-version: [3.8.0]

steps:
teps:
- name: Update and install OS dependencies
run: sudo apt-get update && sudo apt-get install -y libssl-dev ssl-cert

Expand Down Expand Up @@ -104,8 +104,8 @@ jobs:
needs: build
strategy:
matrix:
openresty-version: [1.17.8.2]
luarocks-version: [3.7.0]
openresty-version: [1.21.4.1, 1.19.9.1]
luarocks-version: [3.8.0]
steps:
- name: Checkout lua-resty-healthcheck
uses: actions/checkout@v2
Expand Down Expand Up @@ -147,8 +147,8 @@ jobs:
needs: build
strategy:
matrix:
openresty-version: [1.17.8.2]
luarocks-version: [3.7.0]
openresty-version: [1.21.4.1, 1.19.9.1]
luarocks-version: [3.8.0]
steps:
- name: Checkout lua-resty-healthcheck
uses: actions/checkout@v2
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/old_os.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Build and test for Ubuntu 18.04
name: Build and test for Ubuntu 20.04

on: [push, pull_request]

jobs:
build:
name: Build and install dependencies
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
openresty-version: [1.13.6.2, 1.15.8.3, 1.17.8.2]
luarocks-version: [3.7.0]
openresty-version: [1.21.4.1, 1.19.9.1]
luarocks-version: [3.8.0]

steps:
- name: Update and install OS dependencies
Expand Down Expand Up @@ -100,12 +100,12 @@ jobs:
lint:
name: Static code analysis
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: build
strategy:
matrix:
openresty-version: [1.13.6.2, 1.15.8.3, 1.17.8.2]
luarocks-version: [3.7.0]
openresty-version: [1.21.4.1, 1.19.9.1]
luarocks-version: [3.8.0]
steps:
- name: Checkout lua-resty-healthcheck
uses: actions/checkout@v2
Expand Down Expand Up @@ -143,12 +143,12 @@ jobs:
install-and-test:
name: Test lua-resty-healthcheck
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: build
strategy:
matrix:
openresty-version: [1.13.6.2, 1.15.8.3, 1.17.8.2]
luarocks-version: [3.7.0]
openresty-version: [1.21.4.1, 1.19.9.1]
luarocks-version: [3.8.0]
steps:
- name: Checkout lua-resty-healthcheck
uses: actions/checkout@v2
Expand Down

0 comments on commit 141fa42

Please sign in to comment.