Skip to content

Commit 5b73b6e

Browse files
committed
work on fixing CI, fixes #66
1 parent 81d8daa commit 5b73b6e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22

33
on:
4-
pull_request: ~
4+
pull_request:
55
push:
66
branches:
77
- master
@@ -19,6 +19,7 @@ jobs:
1919
- "8.2"
2020
- "8.3"
2121
- "8.4"
22+
- "8.5"
2223
dependencies:
2324
- "highest"
2425
include:
@@ -29,14 +30,14 @@ jobs:
2930
name: PHP ${{ matrix.php }} ${{ matrix.description }}
3031
steps:
3132
- name: "Checkout"
32-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3334
- name: "Install PHP"
3435
uses: shivammathur/setup-php@v2
3536
with:
3637
php-version: ${{ matrix.php }}
3738
coverage: xdebug
3839
- name: "Install dependencies"
39-
uses: ramsey/composer-install@v3
40+
uses: ramsey/composer-install@v4
4041
with:
4142
dependency-versions: ${{ matrix.dependencies }}
4243
- name: "Run PHPStan analysis"

0 commit comments

Comments
 (0)