Skip to content

Commit

Permalink
Add PHP 8.3 to building pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 4, 2023
1 parent 4cddb57 commit 32f465f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['8.2']
php-version: ['8.2', '8.3']
swoole: ['yes', 'no']
exclude:
# Openswoole does not support PHP 8.3, so lets not build for that combination
# Next Shlink version (4.0.0) is completely dropping support for openswoole and we will be able to remove this
- php-version: '8.3'
swoole: 'yes'
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/ci-setup'
Expand Down

0 comments on commit 32f465f

Please sign in to comment.