mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-03 17:24:07 +02:00
Upgrade CI env to 22.04 because 20.04 was removed 2025-04-15
This commit is contained in:
parent
42627c6bb8
commit
98206e22b7
1 changed files with 7 additions and 7 deletions
14
.github/workflows/ci.yaml
vendored
14
.github/workflows/ci.yaml
vendored
|
|
@ -7,7 +7,7 @@ name: CI
|
||||||
jobs:
|
jobs:
|
||||||
php-cs-fixer:
|
php-cs-fixer:
|
||||||
name: PHP-CS-Fixer
|
name: PHP-CS-Fixer
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
args: --diff --dry-run --allow-risky yes --stop-on-violation --using-cache=no --path-mode=intersection
|
args: --diff --dry-run --allow-risky yes --stop-on-violation --using-cache=no --path-mode=intersection
|
||||||
|
|
||||||
php-versions:
|
php-versions:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
name: Unit tests
|
name: Unit tests
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
|
|
||||||
smb-versions:
|
smb-versions:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
name: Unit tests
|
name: Unit tests
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -148,7 +148,7 @@ jobs:
|
||||||
files: ./coverage.xml
|
files: ./coverage.xml
|
||||||
|
|
||||||
alpine-test:
|
alpine-test:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
name: Unit tests (alpine)
|
name: Unit tests (alpine)
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
@ -181,7 +181,7 @@ jobs:
|
||||||
docker run --network "host" --rm -v $PWD:/smb icewind1991/smbclient-php-alpine /smb/vendor/bin/phpunit -c /smb/tests/phpunit.xml /smb/tests
|
docker run --network "host" --rm -v $PWD:/smb icewind1991/smbclient-php-alpine /smb/vendor/bin/phpunit -c /smb/tests/phpunit.xml /smb/tests
|
||||||
|
|
||||||
kerberos-sso:
|
kerberos-sso:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
name: Kerberos SSO tests
|
name: Kerberos SSO tests
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
@ -213,7 +213,7 @@ jobs:
|
||||||
docker logs apache
|
docker logs apache
|
||||||
|
|
||||||
static-psalm-analysis:
|
static-psalm-analysis:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
name: Psalm static analysis
|
name: Psalm static analysis
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
|
|
@ -249,7 +249,7 @@ jobs:
|
||||||
|
|
||||||
phpstan:
|
phpstan:
|
||||||
name: PHPStan Static Analysis
|
name: PHPStan Static Analysis
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: krb5-dev
|
- name: krb5-dev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue