Skip to content

Commit

Permalink
👷 test on latest php versions
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Jan 1, 2024
1 parent ab07010 commit db9dcc1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand All @@ -19,14 +19,18 @@ jobs:
php: '7.4'
- description: '8.0'
php: '8.0'
- description: 'latest'
- description: '8.1'
php: '8.1'
- description: '8.2'
php: '8.2'
- description: 'latest'
php: '8.3'
name: PHP ${{ matrix.php }} tests
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.composer/cache/files
key: ${{ matrix.php }}-${{ matrix.composer_option }}
Expand Down

0 comments on commit db9dcc1

Please sign in to comment.