diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eddfd6b..829cc68 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - php-versions: [ '8.2', '8.3' ] + php-versions: ['8.3', '8.4'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/composer.json b/composer.json index 56bd955..a6ccc06 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "assoconnect/php-quality-config": "^1.16" }, "require": { - "php": "^8.2", + "php": "^8.3", "moneyphp/money": "^3.0|^4.0" }, "config": {