Skip to content

Commit 62dc408

Browse files
committed
Lint and run tests on PHP 8.3 as well.
1 parent e757c27 commit 62dc408

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ jobs:
1616
- "8.0"
1717
- "8.1"
1818
- "8.2"
19+
- "8.3"
1920

2021
steps:
2122
- name: "Checkout"
22-
uses: "actions/checkout@v2"
23+
uses: "actions/checkout@v4"
2324

2425
- name: "Install PHP"
2526
uses: "shivammathur/setup-php@v2"

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ jobs:
1313
- "8.0"
1414
- "8.1"
1515
- "8.2"
16+
- "8.3"
1617

1718
steps:
1819
- name: "Checkout"
19-
uses: "actions/checkout@v2"
20+
uses: "actions/checkout@v4"
2021

2122
- name: "Install PHP"
2223
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)