Skip to content

Commit ca8806b

Browse files
committed
:octocat: CI update
1 parent 6e95c0f commit ca8806b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
- "8.1"
2626
- "8.2"
2727
- "8.3"
28+
- "8.4"
2829

2930
env:
3031
PHAN_ALLOW_XDEBUG: 0
@@ -92,6 +93,7 @@ jobs:
9293
- "8.1"
9394
- "8.2"
9495
- "8.3"
96+
- "8.4"
9597

9698
steps:
9799
- name: "Checkout"

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"phan/phan": "^5.4",
2828
"phpmd/phpmd": "^2.15",
2929
"phpunit/phpunit": "^10.5",
30-
"squizlabs/php_codesniffer": "^3.9"
30+
"squizlabs/php_codesniffer": "^3.10"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)