Skip to content

Commit

Permalink
Bump to php8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszuznanski committed Jan 24, 2024
1 parent 3d4af53 commit bccbef8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
php-version:
- 8.1
- 8.2
code-quality:
name: "Code quality checks"
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- "ts:lint"
- "php:cs-fixer"
php-version:
- 8.1
- 8.2
tests:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit bccbef8

Please sign in to comment.