Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Add PHP 8.2 , PHP 8.3
  • Loading branch information
phpclub authored Aug 6, 2024
1 parent da3b656 commit f83eafc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
php: [5.4, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5]
os: [ubuntu-24.04]
php: [5.4, 8.3, 8.3, 8.1, 8.0, 7.4, 7.3, 7.2, 7.1, 7.0, 5.6, 5.5]
imagemagick: [
7.1.0-13,
7.0.10-27,
Expand Down

0 comments on commit f83eafc

Please sign in to comment.