Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanax authored Jun 26, 2024
1 parent 8b888ca commit 95efb61
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
name: PHP ${{ matrix.php-version }}

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand All @@ -18,6 +18,8 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3

steps:
- name: Checkout
Expand Down

0 comments on commit 95efb61

Please sign in to comment.