Skip to content

Commit

Permalink
Merge pull request #95 from facile-it/php-8.4
Browse files Browse the repository at this point in the history
Test against PHP 8.4
  • Loading branch information
Jean85 authored Nov 7, 2024
2 parents dcb6fb5 + deff3b2 commit 696213d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- "8.0"
dependencies:
- "highest"
composer-options:
- "--prefer-dist"
job:
- Tests
# https://stackoverflow.com/questions/78445419/unknown-variable-default-authentication-plugin-mysql-native-password
Expand All @@ -32,6 +34,9 @@ jobs:
include:
- php-version: "8.2"
mysql-version: "5.7"
- php-version: "8.4"
composer-options: "--prefer-dist --ignore-platform-req=php+"
mysql-version: "8.0"
- php-version: "8.3"
mysql-version: "8.0"
job: Infection
Expand Down Expand Up @@ -70,7 +75,7 @@ jobs:
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: --prefer-dist
composer-options: ${{ matrix.composer-options }}

- name: "Run PHPUnit with coverage"
run: "vendor/bin/phpunit -c ci/github/phpunit/phpunit.xml --coverage-clover=coverage.xml"
Expand Down

0 comments on commit 696213d

Please sign in to comment.