Skip to content

Commit

Permalink
CI: run even PHP 8.4 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Oct 11, 2024
1 parent 12de5b6 commit 398dcd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
-
name: Install dependencies
run: composer install --no-progress --prefer-dist --no-interaction
Expand All @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
dependency-version: [ prefer-lowest, prefer-stable ]
operating-system: [ ubuntu-latest, windows-latest ]
steps:
Expand Down

0 comments on commit 398dcd5

Please sign in to comment.