Skip to content

Commit 12e1204

Browse files
authored
Merge pull request #35 from GrahamCampbell/patch-1
Test on PHP 8.3 and 8.4
2 parents fc85b1f + 4659a02 commit 12e1204

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Diff for: .github/workflows/tests.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
17+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1818

1919
steps:
2020
- name: Checkout code
@@ -28,6 +28,10 @@ jobs:
2828
tools: composer:v2
2929
coverage: none
3030

31+
- name: Emulate PHP 8.3
32+
run: composer config platform.php 8.3.999
33+
if: matrix.php == '8.4'
34+
3135
- name: Install PHP dependencies
3236
run: composer update --prefer-dist --no-interaction --no-progress
3337

0 commit comments

Comments
 (0)