Skip to content

Commit 45e44ae

Browse files
authored
Merge pull request #64 from Chris53897/patch-1
ci: add tests for PHP > 8.0
2 parents e79ea52 + 7cfae99 commit 45e44ae

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,14 @@ jobs:
1717
- "7.3"
1818
- "7.4"
1919
- "8.0"
20+
- "8.1"
21+
- "8.2"
22+
- "8.3"
23+
- "8.4"
24+
- "8.5"
2025
steps:
2126
- name: Checkout
22-
uses: actions/checkout@v2
27+
uses: actions/checkout@v6
2328

2429
- name: Install PHP
2530
uses: shivammathur/setup-php@v2
@@ -35,7 +40,7 @@ jobs:
3540
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3641

3742
- name: Cache dependencies
38-
uses: actions/cache@v2
43+
uses: actions/cache@v4
3944
with:
4045
path: ${{ steps.composer-cache.outputs.dir }}
4146
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)