Skip to content

Commit

Permalink
22: Bumps PHP version in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mradcliffe committed Jun 14, 2024
1 parent 96d44c1 commit 688e85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
php-versions: [8.0, 8.1, 8.2]
php-versions: [8.1, 8.2, 8.3]
experimental: [false]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 688e85e

Please sign in to comment.