Skip to content

Commit fed4979

Browse files
committed
CI: Upgrade runner to Ubuntu 24.04
1 parent 7603270 commit fed4979

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
fail-fast: true
88
matrix:
99
include:
10-
- os: ubuntu-22.04
10+
- os: ubuntu-24.04
1111
nginx-version: 1.27.1
1212
steps:
1313
- uses: actions/checkout@v4
@@ -32,10 +32,10 @@ jobs:
3232
- name: Load Redis rate limiter module
3333
run: |
3434
# Redis < 7
35-
redis-cli MODULE LOAD /usr/lib/redis/modules/ratelimit.so
35+
# redis-cli MODULE LOAD /usr/lib/redis/modules/ratelimit.so
3636
# Redis >= 7 (due to `enable-module-command no` restriction)
37-
# echo "loadmodule /usr/lib/redis/modules/ratelimit.so" | sudo tee -a /etc/redis/redis.conf
38-
# sudo service redis-server restart
37+
echo "loadmodule /usr/lib/redis/modules/ratelimit.so" | sudo tee -a /etc/redis/redis.conf
38+
sudo service redis-server restart
3939
- name: Prepare environment
4040
run: echo "$HOME/nginx/sbin" >> $GITHUB_PATH
4141
- name: Run integration tests

0 commit comments

Comments
 (0)