Skip to content

Commit 5eae61b

Browse files
authored
Merge pull request #47 from Dukecity/feature/add-tests-for-php-8-3
chore: add testruns for php 8.3, bump github action versions
2 parents b7068c6 + 1aaac85 commit 5eae61b

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/code_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
code_coverage:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- uses: shivammathur/setup-php@v2
1212
with:
1313
php-version: 8.2

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ jobs:
1313
php:
1414
- 8.1
1515
- 8.2
16+
- 8.3
1617

1718
steps:
18-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
1920

2021
- uses: shivammathur/setup-php@v2
2122
with:

0 commit comments

Comments
 (0)