testing release workflow
Some checks failed
CI / testsuite (mysql, 8.4, ) (push) Successful in 13m6s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 14m56s
CI / testsuite (mysql, 8.2, ) (push) Successful in 15m12s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 7m42s
CI / Coding Standard & Static Analysis (push) Failing after 3m36s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 22m40s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 12m23s
CI / testsuite (mysql, 8.2, ) (pull_request) Successful in 4m50s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 22m22s
CI / testsuite (pgsql, 8.4, ) (pull_request) Successful in 12m40s
CI / testsuite (pgsql, 8.2, ) (pull_request) Successful in 14m42s
CI / testsuite (sqlite, 8.2, prefer-lowest) (pull_request) Failing after 4m44s
CI / testsuite (mysql, 8.4, ) (pull_request) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (pull_request) Has been cancelled
CI / testsuite (sqlite, 8.2, ) (pull_request) Has been cancelled
CI / Coding Standard & Static Analysis (pull_request) Has been cancelled
Some checks failed
CI / testsuite (mysql, 8.4, ) (push) Successful in 13m6s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 14m56s
CI / testsuite (mysql, 8.2, ) (push) Successful in 15m12s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 7m42s
CI / Coding Standard & Static Analysis (push) Failing after 3m36s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 22m40s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 12m23s
CI / testsuite (mysql, 8.2, ) (pull_request) Successful in 4m50s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 22m22s
CI / testsuite (pgsql, 8.4, ) (pull_request) Successful in 12m40s
CI / testsuite (pgsql, 8.2, ) (pull_request) Successful in 14m42s
CI / testsuite (sqlite, 8.2, prefer-lowest) (pull_request) Failing after 4m44s
CI / testsuite (mysql, 8.4, ) (pull_request) Has been cancelled
CI / testsuite (sqlite, 8.4, ) (pull_request) Has been cancelled
CI / testsuite (sqlite, 8.2, ) (pull_request) Has been cancelled
CI / Coding Standard & Static Analysis (pull_request) Has been cancelled
This commit is contained in:
@@ -9,11 +9,11 @@ jobs:
|
|||||||
testsuite:
|
testsuite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['8.2', '8.4']
|
php-version: ['8.2', '8.4']
|
||||||
db-type: ['mysql']
|
# db-type: ['mysql']
|
||||||
# db-type: ['sqlite', 'mysql', 'pgsql']
|
db-type: ['sqlite', 'mysql', 'pgsql']
|
||||||
prefer-lowest: ['']
|
prefer-lowest: ['']
|
||||||
include:
|
include:
|
||||||
- php-version: '8.2'
|
- php-version: '8.2'
|
||||||
@@ -33,13 +33,6 @@ jobs:
|
|||||||
# - 5432:5432
|
# - 5432:5432
|
||||||
# env:
|
# env:
|
||||||
# POSTGRES_PASSWORD: postgres
|
# POSTGRES_PASSWORD: postgres
|
||||||
# mysql8:
|
|
||||||
# image: mysql:8.0
|
|
||||||
# env:
|
|
||||||
# MYSQL_ALLOW_EMPTY_PASSWORD: yes
|
|
||||||
# MYSQL_DATABASE: test_db
|
|
||||||
# ports:
|
|
||||||
# - 3306:3306
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -138,3 +131,5 @@ jobs:
|
|||||||
|
|
||||||
- name: Run phpcs
|
- name: Run phpcs
|
||||||
run: composer cs-check
|
run: composer cs-check
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
17
.gitea/workflows/release.yaml
Normal file
17
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Release
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags:
|
||||||
|
- "v*.*.*"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Release
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user