Add PHP 8.4 to the release pipeline

This commit is contained in:
Alejandro Celaya 2024-11-24 11:04:41 +01:00
parent b2fc19af44
commit fe660654ed

View File

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
php-version: ['8.2', '8.3'] # TODO 8.4
php-version: ['8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4
- uses: './.github/actions/ci-setup'