Skip to content

Commit

Permalink
get rid of ubuntu-18.04 in actions
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
  • Loading branch information
julien-nc committed Apr 24, 2023
1 parent cc68093 commit 609f5b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
integration:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down Expand Up @@ -43,8 +43,10 @@ jobs:
server-versions: stable23
include:
- php-versions: 8.2
databases: mysql
server-versions: stable26
- php-versions: 8.2
databases: mysql
server-versions: master

name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
Expand Down

0 comments on commit 609f5b4

Please sign in to comment.