Skip to content

Commit

Permalink
ci: add tests for PHP 8.4 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris53897 authored Oct 7, 2024
1 parent f9cc1f5 commit 5c8fa87
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 @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3', '8.4']
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5c8fa87

Please sign in to comment.