Skip to content

Commit

Permalink
Test using 22.04 again
Browse files Browse the repository at this point in the history
Locally using 22.04 + PHP 8.1 + OpenSSL 3 I don't get the error we
were getting in CI previously. Trying this again to see if this problem
has been resolved by changes in PHP and OpenSSL.
  • Loading branch information
markstory committed Jul 25, 2022
1 parent db7b005 commit 9201e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
testsuite:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 9201e12

Please sign in to comment.