Skip to content

Commit 4d1af1e

Browse files
committed
minor #448 chore: add ci tests for php 8.2, bump github action versions (Chris8934)
This PR was merged into the main branch. Discussion ---------- chore: add ci tests for php 8.2, bump github action versions Will fix deprecations for Node 12 on github action runs. Commits ------- 169eac9 chore: add ci tests for php 8.2, bump github action versions
2 parents fa650e6 + 169eac9 commit 4d1af1e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: shivammathur/setup-php@v2
1515
- name: Validate composer.json
1616
run: composer validate --strict --no-check-lock
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
25+
php: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
2626
name_suffix: ['']
2727
stability: ['stable']
2828
composer_flags: ['']
@@ -37,7 +37,7 @@ jobs:
3737
composer_flags: ''
3838

3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
4141

4242
- uses: shivammathur/setup-php@v2
4343
with:

0 commit comments

Comments
 (0)