Skip to content

Commit b48ab87

Browse files
authored
Merge pull request #464 from Chris53897/feature/add-ci-tests-for-php-83
chore: add ci tests for php 8.3, bump github action versions
2 parents 91b5f21 + 6f97f82 commit b48ab87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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@v3
13+
- uses: actions/checkout@v4
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.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
25+
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
2626
name_suffix: ['']
2727
stability: ['stable']
2828
composer_flags: ['']
@@ -31,13 +31,13 @@ jobs:
3131
name_suffix: ' (lowest deps)'
3232
stability: 'stable'
3333
composer_flags: '--prefer-lowest'
34-
- php: '8.2'
34+
- php: '8.3'
3535
name_suffix: ' (dev deps)'
3636
stability: 'dev'
3737
composer_flags: ''
3838

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

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

0 commit comments

Comments
 (0)