Skip to content

Commit

Permalink
bump ubuntu and php version for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenefvdm committed Oct 19, 2024
1 parent c8eccf3 commit 5352dfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest

strategy:
fail-fast: true
matrix:
php: ["8.1"]
php: ["8.2"]

name: PHP ${{ matrix.php }} - Pest

Expand Down

0 comments on commit 5352dfa

Please sign in to comment.