Skip to content

Commit f66eadb

Browse files
committed
Updated workflows
1 parent 008569b commit f66eadb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/Test.yml

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

2828
steps:
2929
- name: Git checkout
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v2.3.4
3131

3232
- name: Setup PHP
33-
uses: shivammathur/setup-php@v2
33+
uses: shivammathur/setup-php@2.11.0
3434
with:
3535
php-version: ${{ matrix.php }}
3636
extensions: json

.github/workflows/UpdateContributors.yml

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

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

14-
- uses: BobAnkh/add-contributors@master
14+
- name: Update Contributors
15+
uses: BobAnkh/[email protected]
1516
with:
1617
REPO_NAME: 'SoftCreatR/JSONPath'
1718
CONTRIBUTOR: '## Contributors ✨'

0 commit comments

Comments
 (0)