Skip to content

Commit 1d72650

Browse files
ci: add tests for PHP 8.5 (#18)
bump actions/checkout 4 => 6 Co-authored-by: Christopher Georg <[email protected]>
1 parent 9c39239 commit 1d72650

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/phpstan.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ jobs:
2222
- "8.2"
2323
- "8.3"
2424
- "8.4"
25+
- "8.5"
2526

2627
steps:
2728
- name: "Checkout"
28-
uses: "actions/checkout@v2"
29+
uses: "actions/checkout@v6"
2930

3031
- name: "Install PHP"
3132
uses: "shivammathur/setup-php@v2"

.github/workflows/tests-code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: "Checkout"
24-
uses: "actions/checkout@v2"
24+
uses: "actions/checkout@v6"
2525

2626
- name: "Install PHP"
2727
uses: "shivammathur/setup-php@v2"

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
- "8.2"
2121
- "8.3"
2222
- "8.4"
23+
- "8.5"
2324

2425
steps:
2526
- name: "Checkout"
26-
uses: "actions/checkout@v2"
27+
uses: "actions/checkout@v6"
2728

2829
- name: "Install PHP"
2930
uses: "shivammathur/setup-php@v2"

0 commit comments

Comments
 (0)