Skip to content

Commit 44a3b5c

Browse files
authored
Merge branch 'develop' into release/v4.8.0
2 parents a737264 + b7ebca2 commit 44a3b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_and_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up PHP
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: '7.4'
25+
php-version: '8.3'
2626
coverage: none
2727
tools: composer
2828
extensions: pcntl, curl, sqlite3, zip, dom, mbstring, json
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
95+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
9696
steps:
9797
- name: Check out source code
9898
uses: actions/checkout@v3

0 commit comments

Comments
 (0)