mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
5
.github/dependabot.yaml
vendored
5
.github/dependabot.yaml
vendored
@@ -17,11 +17,6 @@ updates:
|
|||||||
interval: weekly
|
interval: weekly
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: chore(caddy)
|
prefix: chore(caddy)
|
||||||
# These packages must be in sync with versions
|
|
||||||
# used by github.com/caddyserver/caddy/v2
|
|
||||||
ignore:
|
|
||||||
- dependency-name: github.com/google/cel-go
|
|
||||||
- dependency-name: github.com/quic-go/*
|
|
||||||
groups:
|
groups:
|
||||||
go-modules:
|
go-modules:
|
||||||
patterns:
|
patterns:
|
||||||
|
|||||||
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
@@ -23,8 +23,6 @@ jobs:
|
|||||||
- name: Lint Code Base
|
- name: Lint Code Base
|
||||||
uses: super-linter/super-linter/slim@v7.4.0
|
uses: super-linter/super-linter/slim@v7.4.0
|
||||||
env:
|
env:
|
||||||
VALIDATE_ALL_CODEBASE: true
|
|
||||||
DEFAULT_BRANCH: main
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
LINTER_RULES_PATH: /
|
LINTER_RULES_PATH: /
|
||||||
MARKDOWN_CONFIG_FILE: .markdown-lint.yaml
|
MARKDOWN_CONFIG_FILE: .markdown-lint.yaml
|
||||||
|
|||||||
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@@ -15,6 +15,7 @@ permissions:
|
|||||||
contents: read
|
contents: read
|
||||||
env:
|
env:
|
||||||
GOTOOLCHAIN: local
|
GOTOOLCHAIN: local
|
||||||
|
GOEXPERIMENT: cgocheck2
|
||||||
jobs:
|
jobs:
|
||||||
tests-linux:
|
tests-linux:
|
||||||
name: Tests (Linux, PHP ${{ matrix.php-versions }})
|
name: Tests (Linux, PHP ${{ matrix.php-versions }})
|
||||||
@@ -24,7 +25,6 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
php-versions: ["8.2", "8.3", "8.4"]
|
php-versions: ["8.2", "8.3", "8.4"]
|
||||||
env:
|
env:
|
||||||
GOEXPERIMENT: cgocheck2
|
|
||||||
GOMAXPROCS: 10
|
GOMAXPROCS: 10
|
||||||
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib
|
LIBRARY_PATH: ${{ github.workspace }}/watcher/target/lib
|
||||||
steps:
|
steps:
|
||||||
@@ -46,7 +46,7 @@ jobs:
|
|||||||
debug: true
|
debug: true
|
||||||
- name: Install e-dant/watcher
|
- name: Install e-dant/watcher
|
||||||
uses: ./.github/actions/watcher
|
uses: ./.github/actions/watcher
|
||||||
- name: Set Set CGO flags
|
- name: Set CGO flags
|
||||||
run: echo "CGO_CFLAGS=-I${PWD}/watcher/target/include $(php-config --includes)" >> "${GITHUB_ENV}"
|
run: echo "CGO_CFLAGS=-I${PWD}/watcher/target/include $(php-config --includes)" >> "${GITHUB_ENV}"
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build
|
run: go build
|
||||||
@@ -78,7 +78,6 @@ jobs:
|
|||||||
name: Tests (macOS, PHP 8.4)
|
name: Tests (macOS, PHP 8.4)
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
GOEXPERIMENT: cgocheck2
|
|
||||||
HOMEBREW_NO_AUTO_UPDATE: 1
|
HOMEBREW_NO_AUTO_UPDATE: 1
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
7
.golangci.yaml
Normal file
7
.golangci.yaml
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
version: "2"
|
||||||
|
run:
|
||||||
|
build-tags:
|
||||||
|
- nobadger
|
||||||
|
- nomysql
|
||||||
|
- nopgx
|
||||||
Reference in New Issue
Block a user