Skip to content

Commit

Permalink
👷 Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbelien committed Sep 15, 2024
1 parent 7aa68f0 commit 250039d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: [ '8.1', '8.2', '8.3' ] # See https://www.php.net/supported-versions.php
php-versions: [ '8.2', '8.3' ] # See https://www.php.net/supported-versions.php
steps:
- uses: actions/checkout@v4
- uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 250039d

Please sign in to comment.