From 985145704c8cabc29968f5ef7052bd5ba677aacc Mon Sep 17 00:00:00 2001 From: Eser DENIZ Date: Sat, 19 Oct 2024 12:01:16 +0300 Subject: [PATCH] PHP 8.4 --- .github/workflows/test.yml | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c7e7035..52bd469 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Tests on: - pull_request: ~ + pull_request: push: branches: - main @@ -11,8 +11,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] - php: [8.2, 8.3] + os: [ ubuntu-latest ] + php: [ 8.2, 8.3, 8.4 ] name: Test with php ${{ matrix.php }} on ${{ matrix.os }} diff --git a/composer.json b/composer.json index 128468e..bf796a4 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "bin/svgtinyps" ], "require": { - "php": "^8.2|^8.3", + "php": "^8.2", "ext-dom": "*", "srwiez/php-svg-ps-converter": "^1.1", "composer-runtime-api": "^2.2"