Skip to content

Commit 8104863

Browse files
committed
:octocat: CI update
1 parent d98e958 commit 8104863

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,15 @@ jobs:
3131
- "8.2"
3232
- "8.3"
3333
- "8.4"
34+
# - "8.5"
3435

3536
env:
3637
PHAN_ALLOW_XDEBUG: 0
3738
PHAN_DISABLE_XDEBUG_WARN: 1
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
@@ -57,7 +58,7 @@ jobs:
5758
run: php vendor/bin/phan --target-php-version=${{ matrix.php-version }}
5859

5960
- name: "Run PHP_CodeSniffer"
60-
run: php vendor/bin/phpcs
61+
run: php vendor/bin/phpcs -v
6162

6263

6364
tests:
@@ -78,10 +79,11 @@ jobs:
7879
- "8.2"
7980
- "8.3"
8081
- "8.4"
82+
- "8.5"
8183

8284
steps:
8385
- name: "Checkout"
84-
uses: actions/checkout@v4
86+
uses: actions/checkout@v5
8587

8688
- name: "Install PHP with extensions"
8789
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)