Skip to content

Commit

Permalink
Ubuntu 24.04 runner and test on PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oittaa authored Sep 12, 2024
1 parent a0efdb6 commit ee2d2e8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
lint:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Setup PHP
Expand All @@ -24,10 +24,10 @@ jobs:
run: phpcs -q --report=checkstyle src/ tests/ | cs2pr

benchmark:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4
- name: Setup PHP
Expand All @@ -44,10 +44,10 @@ jobs:


unit-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
php-versions: ['8.1', '8.2', '8.3']
php-versions: ['8.1', '8.2', '8.3', '8.4']
steps:
- uses: actions/checkout@v4
- name: Setup PHP
Expand Down

0 comments on commit ee2d2e8

Please sign in to comment.