Skip to content

Commit

Permalink
Switch to Ubuntu 22.04, include PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus committed Sep 14, 2023
1 parent 03fec09 commit 9eabf18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
phpunit:
name: PHPUnit
runs-on: 'Ubuntu-20.04'
runs-on: ubuntu-22.04

strategy:
matrix:
Expand All @@ -24,6 +24,7 @@ jobs:
- '8.0'
- '8.1'
- '8.2'
- '8.3'

steps:
- name: Checkout
Expand Down

0 comments on commit 9eabf18

Please sign in to comment.