Skip to content

Commit

Permalink
v25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedou committed Feb 3, 2025
1 parent a110835 commit e02b154
Show file tree
Hide file tree
Showing 25 changed files with 1,607 additions and 1,134 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_latest_alpine_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.2", "8.3", "8.4"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_latest_dev_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.2", "8.3", "8.4"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_latest_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.2", "8.3", "8.4"]

steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_versioned_alpine_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.2", "8.3", "8.4"]
swoole47:
- ${{ contains(github.ref, '4.7.') }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_versioned_dev_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.2", "8.3", "8.4"]
swoole47:
- ${{ contains(github.ref, '4.7.') }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_versioned_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ["8.1", "8.2", "8.3"]
php: ["8.2", "8.3", "8.4"]
swoole47:
- ${{ contains(github.ref, '4.7.') }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.4
tools: composer:v2
coverage: none

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ to get familiar with the image and _OpenSwoole_.

You can get the image from [Docker Hub](https://hub.docker.com/r/openswoole/swoole).

> Latest released version `:22.1.2` for PHP8.1/PHP8.2/PHP8.3
> Latest released version `:25.2.0` for PHP8.2/PHP8.3/PHP8.4
Table of Contents
=================
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"require-dev": {
"php": ">=7.4",
"crowdstar/reflection": "~1.0.0",
"overtrue/phplint": "~2.0.0",
"overtrue/phplint": "^9.5",
"phpunit/phpunit": ">=9.0",
"squizlabs/php_codesniffer": ">=3.0",
"swoole/ide-helper": "@dev",
"symfony/filesystem":"~5.1.0",
"symfony/yaml": "~5.1.0",
"twig/twig": "~3.4.3"
"symfony/yaml": "^7.2",
"twig/twig": "^3.0"
},
"autoload-dev": {
"psr-4": {
Expand Down
Loading

0 comments on commit e02b154

Please sign in to comment.