mirror of
https://github.com/shlinkio/shlink.git
synced 2025-12-10 11:05:50 -06:00
Add support for PHP 8.5
This commit is contained in:
parent
12d81c3213
commit
f024fd414e
2
.github/actions/ci-setup/action.yml
vendored
2
.github/actions/ci-setup/action.yml
vendored
@ -43,5 +43,5 @@ runs:
|
|||||||
coverage: xdebug
|
coverage: xdebug
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
if: ${{ inputs.install-deps == 'yes' }}
|
if: ${{ inputs.install-deps == 'yes' }}
|
||||||
run: composer install --no-interaction --prefer-dist ${{ inputs.php-version == '8.5' && '--ignore-platform-req=php' || '' }}
|
run: composer install --no-interaction --prefer-dist
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
1
.github/workflows/ci-db-tests.yml
vendored
1
.github/workflows/ci-db-tests.yml
vendored
@ -14,7 +14,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['8.3', '8.4', '8.5']
|
php-version: ['8.3', '8.4', '8.5']
|
||||||
continue-on-error: ${{ matrix.php-version == '8.5' }}
|
|
||||||
env:
|
env:
|
||||||
LC_ALL: C
|
LC_ALL: C
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
1
.github/workflows/ci-tests.yml
vendored
1
.github/workflows/ci-tests.yml
vendored
@ -14,7 +14,6 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['8.3', '8.4', '8.5']
|
php-version: ['8.3', '8.4', '8.5']
|
||||||
continue-on-error: ${{ matrix.php-version == '8.5' }}
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # rr get-binary picks this env automatically
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # rr get-binary picks this env automatically
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
2
.github/workflows/publish-release.yml
vendored
2
.github/workflows/publish-release.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
php-version: ['8.3', '8.4']
|
php-version: ['8.3', '8.4', '8.5']
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: './.github/actions/ci-setup'
|
- uses: './.github/actions/ci-setup'
|
||||||
|
|||||||
@ -28,6 +28,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this
|
|||||||
|
|
||||||
This is done via the `domain` query parameter in API endpoints, and via the `--domain` option in console commands.
|
This is done via the `domain` query parameter in API endpoints, and via the `--domain` option in console commands.
|
||||||
|
|
||||||
|
* [#2472](https://github.com/shlinkio/shlink/issues/2472) Add support for PHP 8.5
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
* *Nothing*
|
* *Nothing*
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user