Skip to content

Commit

Permalink
Merge pull request #221 from mrrobot47/add/php-8.4-build
Browse files Browse the repository at this point in the history
Add PHP 8.4 image to workflow build
  • Loading branch information
mrrobot47 authored Nov 26, 2024
2 parents 7b9ca98 + e7dc443 commit 60856e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '8.0', '8.1', '8.2', '8.3', 'stable']
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 60856e7

Please sign in to comment.