Skip to content

Commit

Permalink
ci: remove php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TakeshiDaveau committed Jan 17, 2025
1 parent 9e6c9fe commit 12decd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/billing-qc-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
version: [5.6, 7.1, 7.2, 8.0, 8.1, 8.2]
version: [5.6, 7.1, 7.2, 8.0, 8.1]
runs-on: ubuntu-latest
steps:
- name: Setup PHP with tools
Expand Down

0 comments on commit 12decd1

Please sign in to comment.