Skip to content

Commit

Permalink
Update ci.yml, only supported versions of php, including 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman authored Nov 21, 2024
1 parent 2fb0d86 commit f93495a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
# All supported PHP versions https://www.php.net/supported-versions.php
php: [ '7.3', '7.4', '8.0', '8.1' ]
php: [ '8.2', '8.3','8.4' ]

runs-on: ${{matrix.os}}

Expand Down

0 comments on commit f93495a

Please sign in to comment.