diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 6aa3be9..aad85b7 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -3,6 +3,9 @@ name: check env: XDEBUG_MODE: coverage +permissions: + contents: read + on: push: branches: @@ -20,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: ["7.2", "7.3", "7.4", "8.0", "8.1"] + php-version: ["7.2", "7.3", "7.4", "8.0", "8.1", "8.2"] experimental: [false] os: [ubuntu-latest] coverage-extension: [pcov] @@ -31,7 +34,7 @@ jobs: - { php-version: '5.6', experimental: false, os: ubuntu-latest, coverage-extension: 'xdebug' } - { php-version: '7.1', experimental: false, os: ubuntu-latest, coverage-extension: 'xdebug' } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use php ${{ matrix.php-version }} uses: shivammathur/setup-php@v2 with: diff --git a/VERSION b/VERSION index 384e29d..48b2a23 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.24 +1.7.25 diff --git a/composer.json b/composer.json index 3e4d3a1..0703dfd 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "PHP library to read byte-level data from files", "type": "library", "homepage": "http://www.tecnick.com", - "license": "LGPL-3.0", + "license": "LGPL-3.0-or-later", "keywords": [ "tc-lib-file", "file",