mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Compare commits
2 Commits
50b6f5244d
...
5767d9a275
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5767d9a275 | ||
|
|
da802d5e70 |
2
.github/workflows/build-php.yml
vendored
2
.github/workflows/build-php.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php-versions: [ "7.2.34", "7.3.33", "7.4.30", "8.0.23", "8.1.10" ]
|
||||
php-versions: [ "7.4.30", "8.0.23", "8.1.10", "8.2.0" ]
|
||||
arch: [ "x86_64", "aarch64", "armv7l" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user