Skip to content

Commit

Permalink
Testing build on 18.04, 22.04 and 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Nov 24, 2024
1 parent de6a6b6 commit 0c3b7d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build-ubuntu:
strategy:
matrix:
platform: [ubuntu-latest, ubuntu-20.04]
platform: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, ubuntu-latest]
name: Build ${{ matrix.platform }}
env:
# https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
sudo service redis-server stop
- name: Increase connection limit
if: matrix.platform == 'ubuntu-latest'
run: |
sudo sysctl -w net.ipv4.tcp_fin_timeout=10
sudo sysctl -w net.ipv4.tcp_tw_reuse=1
Expand Down

0 comments on commit 0c3b7d3

Please sign in to comment.