Skip to content

Commit b395410

Browse files
committed
Fix php versions
1 parent 054b587 commit b395410

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
operating-system: [ ubuntu-latest ]
14-
php-versions: [ '7.4', '8.0', '8.1' ]
14+
php-versions: [ '8.1', '8.2' ]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3

0 commit comments

Comments
 (0)