Skip to content

Commit afaf3de

Browse files
authored
Merge pull request #68 from GrahamCampbell/patch-1
Test on PHP 8.3 and 8.4
2 parents 10086e6 + 07ab55c commit afaf3de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/tests.yml

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

1717
steps:
1818
- name: Checkout code
@@ -25,6 +25,10 @@ jobs:
2525
tools: composer:v2
2626
coverage: none
2727

28+
- name: Emulate PHP 8.3
29+
run: composer config platform.php 8.3.999
30+
if: matrix.php == '8.4'
31+
2832
- name: Install dependencies
2933
run: composer update --prefer-dist --no-interaction --no-progress
3034

0 commit comments

Comments
 (0)