Skip to content

Commit 85e04fa

Browse files
authored
Add PHP8.3 to workflow ci.yml
1 parent 13e7f07 commit 85e04fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fail-fast: true
3131
matrix:
3232
operating-system: ["ubuntu-latest"]
33-
php-versions: ["8.0", "8.1", "8.2"]
33+
php-versions: ["8.0", "8.1", "8.2", "8.3"]
3434

3535
steps:
3636
- name: "Checkout"
@@ -82,7 +82,7 @@ jobs:
8282
fail-fast: true
8383
matrix:
8484
operating-system: ["ubuntu-latest"]
85-
php-versions: ["8.0", "8.1", "8.2"]
85+
php-versions: ["8.0", "8.1", "8.2", "8.3"]
8686

8787
steps:
8888
- name: "Checkout"

0 commit comments

Comments
 (0)