Skip to content

Commit

Permalink
Bump PHP version on main workflow (#2593)
Browse files Browse the repository at this point in the history
* Check unit tests on php 8.2

* Update .github/workflows/main.yml

---------

Co-authored-by: Can Demiralp <ecandemiralp@gmail.com>
  • Loading branch information
khushboo-singhvi and candemiralp committed Apr 23, 2024
1 parent d10a0c5 commit 274e191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
php-version: [8.1]
php-version: [8.2,8.3]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 274e191

Please sign in to comment.