Skip to content

Commit

Permalink
Update tests.yml to use PHP 7.4
Browse files Browse the repository at this point in the history
Try fixing issues with test-encryption running on PHP 8.2
  • Loading branch information
adamwoodnz authored Oct 26, 2023
1 parent ac415e2 commit 3bdb6a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3.0.2

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4

- name: Install NodeJS
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
with:
Expand Down

0 comments on commit 3bdb6a6

Please sign in to comment.