Skip to content

Commit

Permalink
Merge pull request #922 from nextcloud/ci/noid/test-php8.4
Browse files Browse the repository at this point in the history
ci(integration): also test against PHP 8.4
  • Loading branch information
juliusknorr authored Jan 28, 2025
2 parents c0a603d + 593c040 commit ba9d6d9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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" ]
databases: [ "mysql" ]
server-versions: [ "stable28", "stable29", "stable30", "stable31", "master" ]
exclude:
Expand Down Expand Up @@ -75,6 +75,15 @@ jobs:
- server-versions: "stable28"
php-versions: "8.1"
databases: "mysql"
- server-versions: "stable28"
php-versions: "8.4"
databases: "mysql"
- server-versions: "stable29"
php-versions: "8.4"
databases: "mysql"
- server-versions: "stable30"
php-versions: "8.4"
databases: "mysql"
include:
- server-versions: "stable28"
php-versions: "8.2"
Expand Down

0 comments on commit ba9d6d9

Please sign in to comment.