Skip to content

Commit

Permalink
test also with php8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus authored Dec 22, 2024
1 parent e0f3173 commit 7caa07d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down

0 comments on commit 7caa07d

Please sign in to comment.