Skip to content

Commit 9323a9b

Browse files
authored
Merge pull request #2 from syslog-ng/4.8.1_support
4.8.1 support
2 parents d1e087b + 8d97a95 commit 9323a9b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
tests:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04
1010
strategy:
1111
matrix:
1212
python-version:
@@ -46,7 +46,7 @@ jobs:
4646
grep source out.txt
4747
4848
linters:
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-22.04
5050
steps:
5151
- name: Checkout source
5252
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
jobs:
1818
release:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
steps:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SOURCEDIRS=$(ROOT_DIR)/syslog_ng_cfg_helper $(ROOT_DIR)/tests
33

44
BISON_INSTALL_PATH := /usr/local
55

6-
SYSLOG_NG_VERSION := 4.6.0
6+
SYSLOG_NG_VERSION := 4.8.1
77
SYSLOG_NG_RELEASE_URL := https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-$(SYSLOG_NG_VERSION)
88
SYSLOG_NG_TARBALL_URL := https://github.com/syslog-ng/syslog-ng/releases/download/syslog-ng-$(SYSLOG_NG_VERSION)/syslog-ng-$(SYSLOG_NG_VERSION).tar.gz
99

0 commit comments

Comments
 (0)