Skip to content

Commit

Permalink
fix(ci): fixed minimum PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
COil committed Dec 12, 2023
1 parent 9fef44c commit 8209293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-versions: ['8.1', '8.2']
php-versions: ['8.2']
runs-on: ubuntu-latest
# Setup
steps:
Expand Down

0 comments on commit 8209293

Please sign in to comment.