Skip to content

Commit

Permalink
set php version matrix to 8.1, 8.2, 8.3, 8.4 for tests in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
pavog committed Dec 12, 2024
1 parent e43a3e6 commit c6f86e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
php-version: [ '8.0', '8.1' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
etcd-version: [ '3.3.27', '3.4.18', '3.5.2' ]

name: Run tests on PHP v${{ matrix.php-version }} with etcd v${{ matrix.etcd-version }}
Expand Down

0 comments on commit c6f86e3

Please sign in to comment.