Skip to content

Commit

Permalink
CI: run also PHP 8.3 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
janedbal authored Feb 21, 2024
1 parent 5ebdcf4 commit 3bdc8e0
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: [ '8.1', '8.2' ]
php-version: [ '8.1', '8.2', '8.3' ]
dependency-version: [ prefer-lowest, prefer-stable ]
steps:
-
Expand Down

0 comments on commit 3bdc8e0

Please sign in to comment.