Skip to content

Commit

Permalink
Add tests for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo committed Nov 26, 2024
1 parent d03ccfb commit 198ba34
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.2, 8.3 ]
php: [ 8.2, 8.3, 8.4 ]
dependency-version: [ prefer-lowest, prefer-stable ]

name: P${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand All @@ -22,7 +22,6 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
tools: composer:v2

- name: Cache dependencies
uses: actions/cache@v4
Expand Down

0 comments on commit 198ba34

Please sign in to comment.