Skip to content

Commit

Permalink
Merge branch 'develop' into release/v4.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrrobot47 authored Nov 26, 2024
2 parents a737264 + b7ebca2 commit 44a3b5c
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 44a3b5c

Please # to comment.