Skip to content

Commit

Permalink
Add PHP8.3 to workflow ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aawnu authored Dec 21, 2023
1 parent 13e7f07 commit 85e04fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fail-fast: true
matrix:
operating-system: ["ubuntu-latest"]
php-versions: ["8.0", "8.1", "8.2"]
php-versions: ["8.0", "8.1", "8.2", "8.3"]

steps:
- name: "Checkout"
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
fail-fast: true
matrix:
operating-system: ["ubuntu-latest"]
php-versions: ["8.0", "8.1", "8.2"]
php-versions: ["8.0", "8.1", "8.2", "8.3"]

steps:
- name: "Checkout"
Expand Down

0 comments on commit 85e04fa

Please sign in to comment.