Skip to content

Commit

Permalink
Added 8.4 to fire in matrix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SecondeJK committed Dec 3, 2024
1 parent 945eec9 commit 3dcc2b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3', '8.4']

name: PHP ${{ matrix.php }} Test

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '8.1', '8.2', '8.3' ]
php: [ '8.1', '8.2', '8.3', '8.4' ]

name: PHP ${{ matrix.php }} Test

Expand Down

0 comments on commit 3dcc2b5

Please sign in to comment.