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 715bd33 commit e947417
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,22 @@ 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.3; latest-deps'

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

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

- operating-system: 'macos-latest'
php-version: '8.2'
job-description: 'MacOS; PHP 8.2; latest-deps'
php-version: '8.3'
job-description: 'MacOS; PHP 8.3; 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 @@ -6,7 +6,7 @@
"license": "GPL-2.0-or-later",
"require": {
"php": ">=8.0.2",
"geshi/geshi": "^1.0.9.1"
"geshi/geshi": "dev-master"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down

0 comments on commit e947417

Please sign in to comment.