Skip to content

Commit 83263d4

Browse files
authored
Test on PHP 8.4
* Add 8.4 to matrix
1 parent 5bd058b commit 83263d4

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
@@ -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', '8.3']
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 PHP dependencies
2933
run: composer update --prefer-dist --no-interaction --no-progress
3034

0 commit comments

Comments
 (0)