diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3cea5b0..fdf2a60 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: - 8.2 - 8.3 - 8.4 + - 8.5 symfony-version: - 6.4.* - 7.* @@ -32,7 +33,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/composer.json b/composer.json index c96c994..3dc1f87 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0", "ext-dom": "*", "ext-json": "*", "azjezz/psl": "^2.9.1 || ^3.0.0 || ^4.0.0",