Skip to content

Commit a299fd4

Browse files
committed
feat: add newer php version to workflow
1 parent e5e833e commit a299fd4

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,15 @@ jobs:
1313
- { php: 7.4, phpunit: 9 }
1414
- { php: 8.0, phpunit: 10 }
1515
- { php: 8.1, phpunit: 10 }
16-
- { php: 8.2, phpunit: 10, main: true }
17-
- { php: 8.3, phpunit: 10, experimental: true }
16+
- { php: 8.2, phpunit: 10 }
17+
- { php: 8.3, phpunit: 10 }
18+
- { php: 8.4, phpunit: 10, main: true }
19+
- { php: 8.5, phpunit: 10 }
1820

1921
steps:
20-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2123
- name: Composer cache
22-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2325
with:
2426
path: "vendor"
2527
key: ${{ runner.os }}-${{ matrix.env.php }}-composer-${{ hashFiles('composer.json') }}

0 commit comments

Comments
 (0)