Compare commits

...

2 Commits

Author SHA1 Message Date
Jerry
5767d9a275 Update build-php.yml 2022-12-28 17:06:43 +08:00
Jerry
da802d5e70 Update build-php.yml 2022-12-28 17:05:52 +08:00

View File

@@ -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