Skip to content

Commit

Permalink
ci: add PHP 8.4 to the deployment matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenobird committed Dec 18, 2024
1 parent 6456e36 commit fc167fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
operating-system: [ ubuntu-24.04 ]
# Limited by https://github.com/shivammathur/setup-php#github-hosted-runners
php-version: [ '8.2', '8.3' ]
php-version: [ '8.2', '8.3', '8.4' ]
dependency-stability: [ prefer-stable ]

name: build-laravel - PHP ${{ matrix.php-version }} (${{ matrix.operating-system }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
operating-system: [ ubuntu-24.04 ]
# Limited by https://github.com/shivammathur/setup-php#github-hosted-runners
php-version: [ '8.2', '8.3' ]
php-version: [ '8.2', '8.3', '8.4' ]
dependency-stability: [ prefer-stable ]

name: php-lint - PHP ${{ matrix.php-version }} (${{ matrix.operating-system }})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
matrix:
operating-system: [ ubuntu-24.04 ]
# Limited by https://github.com/shivammathur/setup-php#github-hosted-runners
php-version: [ '8.2', '8.3' ]
php-version: [ '8.2', '8.3', '8.4' ]
dependency-stability: [ prefer-stable ]

name: php-tests - PHP ${{ matrix.php-version }} (${{ matrix.operating-system }})
Expand Down

0 comments on commit fc167fa

Please sign in to comment.