Skip to content

Commit

Permalink
Added PHP 8.3 version to workflows testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyTapok-bit committed Dec 5, 2023
1 parent 946355b commit c902e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.1, 8.2]
php: [8.1, 8.2, 8.3]

steps:
- name: Checkout repository
Expand Down

0 comments on commit c902e0e

Please sign in to comment.