Skip to content

Commit

Permalink
Merge pull request #1885 from mrrobot47/update/build-workflow
Browse files Browse the repository at this point in the history
Update build workflow and add PHP 8.4 for EE testing
  • Loading branch information
mrrobot47 authored Nov 26, 2024
2 parents 22755c2 + 6c99148 commit b7ebca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.3'
coverage: none
tools: composer
extensions: pcntl, curl, sqlite3, zip, dom, mbstring, json
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
steps:
- name: Check out source code
uses: actions/checkout@v3
Expand Down

0 comments on commit b7ebca2

Please sign in to comment.