Skip to content

Commit

Permalink
Run testsuite on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Aug 30, 2024
1 parent e9b3cbf commit 7ae1e94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.1', '8.3']
php-version: ['8.1', '8.3', '8.4']
dependencies: ['highest']
include:
- php-version: '8.1'
Expand All @@ -41,7 +41,6 @@ jobs:
uses: ramsey/composer-install@v3
with:
dependency-versions: ${{ matrix.dependencies }}
composer-options: ${{ matrix.composer-options }}

- name: Composer post install
run: composer run-script post-install-cmd --no-interaction
Expand All @@ -64,7 +63,7 @@ jobs:
php-version: '8.1'
extensions: mbstring, intl
coverage: none
tools: cs2pr, phpstan:1.10
tools: cs2pr, phpstan:1.12

- name: Composer install
uses: ramsey/composer-install@v3
Expand Down

0 comments on commit 7ae1e94

Please sign in to comment.