Skip to content

Commit 965ca9f

Browse files
committed
:octocat: CI update
1 parent 9aaf14e commit 965ca9f

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,11 @@ jobs:
3535
- "8.2"
3636
- "8.3"
3737
- "8.4"
38+
# - "8.5"
3839

3940
steps:
4041
- name: "Checkout"
41-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4243

4344
- name: "Install PHP"
4445
uses: shivammathur/setup-php@v2
@@ -68,12 +69,12 @@ jobs:
6869

6970
steps:
7071
- name: "Checkout sources"
71-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7273

7374
- name: "Install PHP"
7475
uses: shivammathur/setup-php@v2
7576
with:
76-
php-version: "8.1"
77+
php-version: "8.4"
7778
coverage: none
7879
tools: phpDocumentor
7980
extensions: json
@@ -105,10 +106,11 @@ jobs:
105106
- "8.2"
106107
- "8.3"
107108
- "8.4"
109+
- "8.5"
108110

109111
steps:
110112
- name: "Checkout"
111-
uses: actions/checkout@v4
113+
uses: actions/checkout@v5
112114

113115
- name: "Install PHP with extensions"
114116
uses: shivammathur/setup-php@v2
@@ -125,7 +127,7 @@ jobs:
125127
run: php vendor/phpunit/phpunit/phpunit --configuration=phpunit.xml.dist
126128

127129
- name: "Send code coverage report to Codecov.io"
128-
uses: codecov/codecov-action@v4
130+
uses: codecov/codecov-action@v5
129131
with:
130132
token: ${{ secrets.CODECOV_TOKEN }}
131133
files: .build/coverage/clover.xml

0 commit comments

Comments
 (0)