Skip to content

Commit 5e7ac63

Browse files
authoredFeb 22, 2025
Test for PHP 8.3 and PHP 8.4
1 parent 00df793 commit 5e7ac63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
strategy:
77
matrix:
88
operating-system: ['ubuntu-latest']
9-
php-versions: ['8.1', '8.2']
9+
php-versions: ['8.1', '8.2', '8.3', '8.4']
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212
- name: Setup PHP
1313
uses: shivammathur/setup-php@v2
1414
with:

0 commit comments

Comments
 (0)
Please sign in to comment.