Skip to content

Commit 8787606

Browse files
committed
Updated workflows
1 parent 1ea066d commit 8787606

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/Test.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,16 @@ jobs:
2121
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
24-
php: [ '8.0', '8.1' ]
24+
php: [ '8.0', '8.1', '8.2' ]
25+
continue-on-error: ${{ matrix.php == '8.2' }}
2526
name: PHP ${{ matrix.php }} Test
2627

2728
steps:
2829
- name: Git checkout
29-
uses: actions/[email protected].0
30+
uses: actions/[email protected].2
3031

3132
- name: Setup PHP
32-
uses: shivammathur/setup-php@2.16.0
33+
uses: shivammathur/setup-php@2.21.2
3334
with:
3435
php-version: ${{ matrix.php }}
3536
extensions: json
@@ -50,4 +51,4 @@ jobs:
5051
run: composer test -- -v --coverage-clover=coverage.xml
5152

5253
- name: Run codecov
53-
uses: codecov/codecov-action@v1
54+
uses: codecov/codecov-action@v3.1.1

.github/workflows/UpdateContributors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99

1010
steps:
1111
- name: Git checkout
12-
uses: actions/checkout@v2.3.4
12+
uses: actions/checkout@v2.4.2
1313

1414
- name: Update Contributors
15-
uses: BobAnkh/add-contributors@v0.0.8
15+
uses: BobAnkh/add-contributors@v0.2.2
1616
with:
1717
REPO_NAME: 'SoftCreatR/JSONPath'
1818
CONTRIBUTOR: '## Contributors ✨'

0 commit comments

Comments
 (0)