mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
add PHP8.2 support
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
|
operating-system: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||||
php-version: [ 8.0, 8.1 ]
|
php-version: [ 8.0, 8.1, 8.2 ]
|
||||||
name: PHP ${{ matrix.php-version }} Test (${{ matrix.operating-system }})
|
name: PHP ${{ matrix.php-version }} Test (${{ matrix.operating-system }})
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user