Skip to content

Commit

Permalink
add 8.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alcohol committed Dec 27, 2023
1 parent 11703e0 commit e5c830f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none
tools: cs2pr, composer
- run: composer --working-dir=tools/php-cs-fixer install
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none
tools: cs2pr, composer
- run: composer update
Expand All @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.2, 8.1, 8.0, 7.4, 7.3]
php: [8.3, 8.2, 8.1, 8.0, 7.4, 7.3]
stability: [prefer-lowest, prefer-stable]
name: PHPUnit on PHP ${{ matrix.php }}@${{ matrix.stability }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"psr-4": { "League\\ISO3166\\": "tests" }
},
"require": {
"php": "^7.3|^8.0",
"php": "^7.3 || ^8.0",
"ext-mbstring": "*"
},
"require-dev": {
Expand Down

0 comments on commit e5c830f

Please sign in to comment.