Skip to content

Commit fbeff41

Browse files
committed
PHP versions list is updated to include new and upcoming versions
1 parent dab22fd commit fbeff41

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/phpunit.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,13 @@ jobs:
2222
- php: '8.0'
2323
- php: '8.1'
2424
- php: '8.2'
25+
- php: '8.3'
26+
- php: '8.4'
2527

2628
steps:
2729
- name: Checkout
2830
uses: actions/checkout@v3
2931

30-
- name: Configure for PHP >= 8.2
31-
if: "matrix.php >= '8.2'"
32-
run: |
33-
composer config platform.php 8.1.99
34-
3532
- name: Install PHP with extensions
3633
uses: shivammathur/setup-php@v2
3734
with:

0 commit comments

Comments
 (0)