Skip to content

Commit

Permalink
Update flows to use php8
Browse files Browse the repository at this point in the history
  • Loading branch information
Phencys committed Jun 5, 2024
1 parent 1efb42b commit 27af98d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-cta-wave-test-vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
extensions: curl, xdebug, xml
- name: Setup Java
uses: actions/setup-java@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-dash.js-test-vectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'
extensions: curl, xdebug, xml
- name: Setup Java
uses: actions/setup-java@v3
Expand Down

0 comments on commit 27af98d

Please sign in to comment.