Skip to content

Commit

Permalink
Merge pull request #3436 from neos/task/pipeline-php-84
Browse files Browse the repository at this point in the history
TASK: Run pipeline also in PHP 8.4
  • Loading branch information
dlubitz authored Jan 17, 2025
2 parents 35e4a47 + 5c5ab30 commit c24a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['8.0', '8.1', '8.2', '8.3']
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
# see https://mariadb.com/kb/en/mariadb-server-release-dates/
# this should be a current release, e.g. the LTS version
mariadb-versions: ['10.6']
Expand Down

0 comments on commit c24a319

Please sign in to comment.