Skip to content

Commit

Permalink
build: add php 8.3 to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Nov 24, 2023
1 parent e773383 commit ac6d444
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,21 @@ jobs:
composer-flags: '--prefer-lowest'
job-description: 'Ubuntu; PHP 8.2; lowest-deps'

- operating-system: 'ubuntu-latest'
php-version: '8.3'
job-description: 'Ubuntu; PHP 8.2; latest-deps'

- operating-system: 'ubuntu-latest'
php-version: '8.3'
composer-flags: '--prefer-lowest'
job-description: 'Ubuntu; PHP 8.2; lowest-deps'

- operating-system: 'windows-latest'
php-version: '8.2'
php-version: '8.3'
job-description: 'Windows; PHP 8.2; latest-deps'

- operating-system: 'macos-latest'
php-version: '8.2'
php-version: '8.3'
job-description: 'MacOS; PHP 8.2; latest-deps'

name: ${{ matrix.job-description }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"symfony/process": "^5.4||^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5.28",
"phpunit/phpunit": "^9.6",
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^1.0"
},
Expand Down

0 comments on commit ac6d444

Please sign in to comment.